summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWhilelM <whilelm@doomfr.com>2018-02-27 10:55:01 +0100
committerkwadronaut <kwadronaut@leap.se>2018-02-27 11:24:01 +0100
commit8312bad7aa46476c466798e2024be69320cb1f4e (patch)
tree840a84eb0208e1b275a31599eace2b9a4ed212c6
parent1f243dad818277be609a19597dba4be717355457 (diff)
Update quick-start.md to use the current stable release
Merge WhilelM's suggestion from https://0xacab.org/leap/leap_se/merge_requests/21/
-rw-r--r--pages/docs/platform/tutorials/quick-start.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md
index fdca52e..2f20b23 100644
--- a/pages/docs/platform/tutorials/quick-start.md
+++ b/pages/docs/platform/tutorials/quick-start.md
@@ -56,11 +56,12 @@ Install core prerequisites on your workstation.
The LEAP platform recipes are a set modules designed to work together to provide you everything you need to manage your provider. You typically do not need to modify these, but do need them available for deploying your provider.
-To obtain the platform recipes, simply clone the git repository, and then check out the most recent stable release branch:
+To obtain the platform recipes, simply clone the git repository, and then check out the most recent release tagged stable :
- workstation$ git clone -b version/0.9.x https://leap.se/git/leap_platform
+ workstation$ git clone https://leap.se/git/leap_platform
+ workstation$ git checkout 0.10.0
-If you want to get the latest development branch (Beware: it could be unstable !) you could simply use the master branch instead by:
+If you want to get the latest developments (Beware: it could be unstable !) you just don't checkout a particular tag :
workstation$ git clone https://leap.se/git/leap_platform