From 864e0b8317305eccb718c55ae93da8e5e198d977 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Mon, 29 Dec 2014 15:06:57 +0100 Subject: Now that we have a stable version, lets remove the suggestion to use the develop branch --- docs/platform/tutorials/single-node.md | 5 ++--- 1 file 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 -- cgit v1.2.3