summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-13 14:37:54 +0200
committerVarac <varac@leap.se>2017-06-13 14:37:54 +0200
commita200c4212020bb1d5235fbce050ccc3a0db7f2e6 (patch)
tree1414f2cfd1b095d3faab1feff003abd8f6d2058c
parent7115b78f9ae641d59dd4dace9f3fceb835dab0d3 (diff)
Polish merge-requests/7
-rw-r--r--pages/docs/platform/tutorials/quick-start.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md
index 7fb5c90..5f6a1d9 100644
--- a/pages/docs/platform/tutorials/quick-start.md
+++ b/pages/docs/platform/tutorials/quick-start.md
@@ -56,7 +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 branch.
+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
+
+If you want to get the latest development branch (Beware: it could be unstable !) you could simply use the master branch by:
workstation$ git clone https://leap.se/git/leap_platform
@@ -173,7 +177,7 @@ Create a node, with the services "webapp", "soledad" and "couchdb", and then sta
It will take a while to download the Virtualbox base box and create the virtual machine.
-### Option C: Add a virtual machine
+### Option C: Add a virtual machine in the cloud
In order to create a provider using the cloud, please follow this [instructions](https://leap.se/en/docs/platform/guide/virtual-machines).