summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-12-29 15:06:57 +0100
committerMicah Anderson <micah@riseup.net>2014-12-29 15:06:57 +0100
commit864e0b8317305eccb718c55ae93da8e5e198d977 (patch)
treeab61fe915f7e9ee1305c6f8edc173bcf7074ca28
parent483eadbbb1c8af30e3fb57407162dfd93403bddd (diff)
Now that we have a stable version, lets remove the suggestion to use the
develop branch
-rw-r--r--docs/platform/tutorials/single-node.md5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/platform/tutorials/single-node.md b/docs/platform/tutorials/single-node.md
index fe20f0f..4f89d24 100644
--- a/docs/platform/tutorials/single-node.md
+++ b/docs/platform/tutorials/single-node.md
@@ -77,7 +77,7 @@ Install the LEAP command-line utility
Alternately, you can install `leap` from source:
- $ git clone -b develop https://leap.se/git/leap_cli
+ $ git clone https://leap.se/git/leap_cli
$ cd leap_cli
$ rake build
$ sudo rake install
@@ -100,13 +100,12 @@ 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 and leap_cli 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:
$ mkdir ~/leap
$ cd ~/leap
- $ git clone -b develop --recursive https://leap.se/git/leap_platform.git
+ $ git clone --recursive https://leap.se/git/leap_platform.git
Provider Setup