docs(build): Version bump

This commit is contained in:
Michael Carlberg 2016-05-24 04:07:45 +02:00
parent dbd5e679db
commit ae6184754b
1 changed files with 2 additions and 2 deletions

View File

@ -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 ..