diff options
author | Micah Anderson <micah@riseup.net> | 2017-01-10 12:07:18 -0500 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2017-01-10 12:07:18 -0500 |
commit | 9bbe85a4b3221176643cfa7dd7d87e84525a56b7 (patch) | |
tree | 00a522aabe9f841bd7e8c1441058db8a3306f641 /pages | |
parent | ab62d3a865c2fcf7885884dc35b14f05ed5a6851 (diff) |
Indicate that you can install the cli via apt in Debian unstable
Diffstat (limited to 'pages')
-rw-r--r-- | pages/docs/platform/tutorials/quick-start.md | 14 |
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 |