From 9c3356dca4523debeb73cd60b85d326d0cac78d7 Mon Sep 17 00:00:00 2001 From: Varac Date: Tue, 6 Mar 2018 19:17:08 +0100 Subject: Clone leap_platform stable branch for production deployment --- pages/docs/platform/tutorials/quick-start.md | 7 +++---- 1 file 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 -- cgit v1.2.3