summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-10-20 12:17:15 -0400
committerMicah Anderson <micah@riseup.net>2014-10-20 12:17:15 -0400
commita22450f2e5425e7ea5cce91198bd73d840541975 (patch)
tree102a214ecc86fef8a9ea1bf4c5c67202a4738cf5
parent4d45ecedeb3e4bd510f4a49a889b94ab0f65b33a (diff)
stop suggesting the develop branch for the quickstart guide
-rw-r--r--docs/platform/quick-start.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md
index 474d25c..8bd29b4 100644
--- a/docs/platform/quick-start.md
+++ b/docs/platform/quick-start.md
@@ -105,7 +105,6 @@ 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:
@@ -113,7 +112,6 @@ 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