summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2018-03-06 19:17:08 +0100
committerVarac <varac@leap.se>2018-03-06 19:17:08 +0100
commit9c3356dca4523debeb73cd60b85d326d0cac78d7 (patch)
tree90a754f2ea3d781196c81714dc8cdf446b057e6b
parentbefd33132ff277e98bf2ce4ae172e8cb97bd53f7 (diff)
Clone leap_platform stable branch for production deployment
-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