diff options
author | Varac <varac@leap.se> | 2017-06-13 14:46:19 +0200 |
---|---|---|
committer | Varac <varac@leap.se> | 2017-06-13 14:46:19 +0200 |
commit | 75ef5c0610bbcdc18becf65a40e71aa00b3c1933 (patch) | |
tree | f8174c1622191b844e77111dfccdbc8f7220d79e /pages/docs | |
parent | a200c4212020bb1d5235fbce050ccc3a0db7f2e6 (diff) |
Fix platform repo installation
Diffstat (limited to 'pages/docs')
-rw-r--r-- | pages/docs/platform/tutorials/quick-start.md | 4 |
1 files 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 |