fixed formatting

Timur 2016-05-01 19:47:13 -04:00
parent fd259101b9
commit d19d8b34df
1 changed files with 6 additions and 4 deletions

10
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: 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-xinerama0-dev`
sudo apt-get install libxcb-randr0-dev - `sudo apt-get install libxcb-randr0-dev`
Here the full list of steps using git clone …
Here the full list of steps using git clone …
```bash
cd cd
git clone https://github.com/LemonBoy/bar.git git clone https://github.com/LemonBoy/bar.git
cd bar cd bar
make make
sudo make install sudo make install
```