summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-12-29 15:09:11 +0100
committerMicah Anderson <micah@riseup.net>2014-12-29 15:09:11 +0100
commitdd5c78b5e715ab9d782e7e5ee8a7423ea25e1492 (patch)
tree545eb8536863414b7b461ea3a81c4e73f471a36f
parent864e0b8317305eccb718c55ae93da8e5e198d977 (diff)
add back the gem installation method for the leap cli
-rw-r--r--docs/platform/tutorials/single-node.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/platform/tutorials/single-node.md b/docs/platform/tutorials/single-node.md
index 4f89d24..b194245 100644
--- a/docs/platform/tutorials/single-node.md
+++ b/docs/platform/tutorials/single-node.md
@@ -75,6 +75,10 @@ NOTE: leap_cli should work with ruby1.8, but has only been tested using ruby1.9.
Install the LEAP command-line utility
-------------------------------------------------
+Install the `leap` command from rubygems.org:
+
+ $ sudo gem install leap_cli
+
Alternately, you can install `leap` from source:
$ git clone https://leap.se/git/leap_cli