summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2013-11-05 22:20:58 +0100
committervarac <varacanero@zeromail.org>2013-11-05 22:21:18 +0100
commitf0a4221cc54688f42df4b45d637a26cb8b7e201c (patch)
tree12e8dd82ac711261909cdfc32b135a70b5f3ec44
parent41a7fc3ce31a16b8433b35af22e0bc0f57d9c4d4 (diff)
recommend using develop branch in the quick start guide
-rw-r--r--docs/platform/quick-start.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md
index 0bce271..d507410 100644
--- a/docs/platform/quick-start.md
+++ b/docs/platform/quick-start.md
@@ -116,6 +116,7 @@ Check out the platform
----------------------
The LEAP Platform is a series of puppet recipes and modules that will be used to configure your provider. You will need a local copy of the platform that will be used to setup your nodes and manage your services. To begin with, you will not need to modify the LEAP Platform.
+Until we have a up to date stable release we recommend using the `develop` branch of the platform for all features of LEAP.
First we'll create a directory for LEAP things, and then we'll check out the platform code and initalize the modules:
@@ -123,6 +124,7 @@ First we'll create a directory for LEAP things, and then we'll check out the pla
$ cd ~/leap
$ git clone https://leap.se/git/leap_platform.git
$ cd leap_platform
+ $ git checkout develop
$ git submodule sync; git submodule update --init