From d19d8b34df11b615c0749eb273ffa943b5dc0b89 Mon Sep 17 00:00:00 2001 From: Timur Date: Sun, 1 May 2016 19:47:13 -0400 Subject: [PATCH] fixed formatting --- Home.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Home.md b/Home.md index fac5cc7..44dd9e7 100644 --- a/Home.md +++ b/Home.md @@ -1,11 +1,13 @@ Keep in mind, lemonbar (formerly known as bar) is a lightweight bar entirely based on XCB. Therefore you may have to install some other libraries, like libxcb-xinerama0-dev. Currently we have two candidates: -sudo apt-get install libxcb-xinerama0-dev -sudo apt-get install libxcb-randr0-dev -Here the full list of steps using git clone … +- `sudo apt-get install libxcb-xinerama0-dev` +- `sudo apt-get install libxcb-randr0-dev` +Here the full list of steps using git clone … +```bash cd git clone https://github.com/LemonBoy/bar.git cd bar make -sudo make install \ No newline at end of file +sudo make install +``` \ No newline at end of file