From 75ef5c0610bbcdc18becf65a40e71aa00b3c1933 Mon Sep 17 00:00:00 2001 From: Varac Date: Tue, 13 Jun 2017 14:46:19 +0200 Subject: Fix platform repo installation --- 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 5f6a1d9..5809f45 100644 --- a/pages/docs/platform/tutorials/quick-start.md +++ b/pages/docs/platform/tutorials/quick-start.md @@ -58,9 +58,9 @@ The LEAP platform recipes are a set modules designed to work together to provide To obtain the platform recipes, simply clone the git repository, and then check out the most recent stable release branch: - workstation$ git checkout -b 0.9.x origin/version/0.9.x + workstation$ git clone -b version/0.9.x https://leap.se/git/leap_platform -If you want to get the latest development branch (Beware: it could be unstable !) you could simply use the master branch by: +If you want to get the latest development branch (Beware: it could be unstable !) you could simply use the master branch instead by: workstation$ git clone https://leap.se/git/leap_platform -- cgit v1.2.3