1
0
Fork 0
mirror of https://github.com/polybar/polybar.git synced 2024-11-11 13:50:56 -05:00

fix(docs): Reference the correct tag in the README

This commit is contained in:
Michael Carlberg 2016-10-12 16:58:43 +02:00
parent 789345291b
commit bb8fc67c95

View file

@ -109,7 +109,7 @@ $ apt-get install cmake libxcb1-dev xcb-proto python-xcbgen libboost-dev libiw-d
Please [report any problems](https://github.com/jaagr/lemonbuddy/issues/new) you run into when building the project. It helps alot.
~~~ sh
$ git clone --branch 2.0.0 --recursive https://github.com/jaagr/lemonbuddy
$ git clone --branch 2.0.0-beta --recursive https://github.com/jaagr/lemonbuddy
$ mkdir lemonbuddy/build
$ cd lemonbuddy/build
$ cmake -DCMAKE_BUILD_TYPE=Release ..