From 0fb567a58e9ef568a380c4738d760aa184d5c47e Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Sun, 10 Oct 2021 19:12:43 -0400 Subject: [PATCH] Improved readme formatting --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fd9e9dc..2a4850c 100644 --- a/README.md +++ b/README.md @@ -8,20 +8,20 @@ A Pipewire client for the Expert Sleepers ES-5 eurorack module. Based upon [ES-5 - GCC - Pipewire Development - #### Fedora & RHEL - ```sh +#### Fedora & RHEL +```sh sudo dnf install gcc pipewire-devel ``` - #### Debian & Ubuntu +#### Debian & Ubuntu ```sh sudo apt install gcc pipewire-dev ``` - - ## Building + +## Build ```sh make ``` - ### Installing +## Install ```sh make install ```