From 7115b78f9ae641d59dd4dace9f3fceb835dab0d3 Mon Sep 17 00:00:00 2001 From: Thais Siqueira Date: Fri, 2 Jun 2017 14:14:33 -0300 Subject: Removes the indication to use a specific release branch instead of master. With that the users will clone master branch. --- pages/docs/platform/tutorials/quick-start.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md index 3bc3371..7fb5c90 100644 --- a/pages/docs/platform/tutorials/quick-start.md +++ b/pages/docs/platform/tutorials/quick-start.md @@ -56,10 +56,10 @@ 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 branch. *Platform MASTER IS UNSTABLE, ONLY RELEASE BRANCHES SHOULD BE USED!* +To obtain the platform recipes, simply clone the git repository, and then check out the most recent release branch. workstation$ git clone https://leap.se/git/leap_platform - workstation$ git checkout -b 0.9.x origin/version/0.9.x + ### Install the LEAP command-line utility -- cgit v1.2.3