diff --git a/README.md b/README.md index 1a592229..9051aa51 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ If you haven't worked with builds before you could try to run the following command chain: ~~~ sh -$ git clone --branch 0.1.0 --recursive https://github.com/jaagr/lemonbuddy.git +$ git clone --branch 0.1.1 --recursive https://github.com/jaagr/lemonbuddy.git $ cd lemonbuddy $ ./build.sh ~~~ @@ -83,7 +83,7 @@ NOTE: **git-perl** is required for submodules to work in **Void Linux** #### It is of course recommended that you control the build process yourself. ~~~ sh - $ git clone --branch 0.1.0 --recursive https://github.com/jaagr/lemonbuddy.git + $ git clone --branch 0.1.1 --recursive https://github.com/jaagr/lemonbuddy.git $ mkdir lemonbuddy/build $ cd lemonbuddy/build $ cmake ..