From ab76854012326a54d457316ba8d5dae0eb73da28 Mon Sep 17 00:00:00 2001 From: Michael Carlberg Date: Thu, 19 May 2016 23:49:26 +0200 Subject: [PATCH] fix(docs): Replaced version placeholder with initial version tag --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bd165e8f..9ee726bf 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ If you haven't worked with builds before you could try to run the following command chain: ~~~ 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 $ ./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. ~~~ 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 $ cd lemonbuddy/build $ cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr ..