From 9bbe85a4b3221176643cfa7dd7d87e84525a56b7 Mon Sep 17 00:00:00 2001 From: Micah Anderson Date: Tue, 10 Jan 2017 12:07:18 -0500 Subject: Indicate that you can install the cli via apt in Debian unstable --- pages/docs/platform/tutorials/quick-start.md | 14 ++++++++++++-- 1 file 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 -- cgit v1.2.3