summaryrefslogtreecommitdiff
path: root/pages/docs/platform/tutorials/quick-start.md
diff options
context:
space:
mode:
Diffstat (limited to 'pages/docs/platform/tutorials/quick-start.md')
-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).