summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pages/docs/platform/tutorials/quick-start.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md
index 2f20b23..d50fa8c 100644
--- a/pages/docs/platform/tutorials/quick-start.md
+++ b/pages/docs/platform/tutorials/quick-start.md
@@ -56,12 +56,11 @@ 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 release tagged stable :
+To obtain the platform recipes, simply clone the git repository, and then check out the stable branch :
- workstation$ git clone https://leap.se/git/leap_platform
- workstation$ git checkout 0.10.0
+ workstation$ git clone -b stable https://leap.se/git/leap_platform
-If you want to get the latest developments (Beware: it could be unstable !) you just don't checkout a particular tag :
+If you want to get the latest developments (beware: it could be unstable !) you just checkout the default master branch :
workstation$ git clone https://leap.se/git/leap_platform