fix(docs): Replaced version placeholder with initial version tag
This commit is contained in:
parent
5be5f5f26f
commit
ab76854012
@ -52,7 +52,7 @@ If you haven't worked with builds before you could try to run the following
|
|||||||
command chain:
|
command chain:
|
||||||
|
|
||||||
~~~ sh
|
~~~ sh
|
||||||
$ git clone --branch %VERSION% --recursive https://github.com/jaagr/lemonbuddy.git
|
$ git clone --branch 0.1.0 --recursive https://github.com/jaagr/lemonbuddy.git
|
||||||
$ cd lemonbuddy
|
$ cd lemonbuddy
|
||||||
$ ./build.sh
|
$ ./build.sh
|
||||||
~~~
|
~~~
|
||||||
@ -64,7 +64,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.
|
#### It is of course recommended that you control the build process yourself.
|
||||||
|
|
||||||
~~~ sh
|
~~~ sh
|
||||||
$ git clone --branch %VERSION% --recursive https://github.com/jaagr/lemonbuddy.git
|
$ git clone --branch 0.1.0 --recursive https://github.com/jaagr/lemonbuddy.git
|
||||||
$ mkdir lemonbuddy/build
|
$ mkdir lemonbuddy/build
|
||||||
$ cd lemonbuddy/build
|
$ cd lemonbuddy/build
|
||||||
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
|
$ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..
|
||||||
|
Loading…
Reference in New Issue
Block a user