summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2017-01-10 12:07:18 -0500
committerMicah Anderson <micah@riseup.net>2017-01-10 12:07:18 -0500
commit9bbe85a4b3221176643cfa7dd7d87e84525a56b7 (patch)
tree00a522aabe9f841bd7e8c1441058db8a3306f641
parentab62d3a865c2fcf7885884dc35b14f05ed5a6851 (diff)
Indicate that you can install the cli via apt in Debian unstable
-rw-r--r--pages/docs/platform/tutorials/quick-start.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md
index d16cde5..bf271cc 100644
--- a/pages/docs/platform/tutorials/quick-start.md
+++ b/pages/docs/platform/tutorials/quick-start.md
@@ -39,7 +39,11 @@ In order to be able to manage your servers, you need to install the `leap` comma
Install core prerequisites on your workstation.
-*Debian & Ubuntu*
+*Debian Unstable (sid)*
+
+ workstation$ sudo apt-get install git rsync openssh-client openssl
+
+*Other Debian & Ubuntu*
workstation$ sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake make bzip2
@@ -50,7 +54,13 @@ Install core prerequisites on your workstation.
### Install the LEAP command-line utility
-Install the `leap` command system-wide:
+Install the `leap` command system-wide.
+
+If on Debian Unstable (sid), simply do this:
+
+ workstation$ sudo apt install leap-cli
+
+Otherwise, you will need to do this:
workstation$ sudo gem install leap_cli