diff options
author | elijah <elijah@riseup.net> | 2017-03-13 09:10:14 +0100 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2017-03-13 09:10:14 +0100 |
commit | f70152867fe327cbb031bfbb6d1d42d0d248ed82 (patch) | |
tree | 88ea53f3e584a1fb56ecfb2a40224297e5e05b18 /pages/docs | |
parent | 983c35280bc4ae9e9635ec1a389118de1231ee3e (diff) | |
parent | 7ffcec1cfa10e0d9509f0c4a50c6bb469703e140 (diff) |
Merge branch 'master' of https://github.com/disturbio/leap_se
Diffstat (limited to 'pages/docs')
-rw-r--r-- | pages/docs/platform/tutorials/quick-start.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/docs/platform/tutorials/quick-start.md b/pages/docs/platform/tutorials/quick-start.md index bf271cc..3da7c5b 100644 --- a/pages/docs/platform/tutorials/quick-start.md +++ b/pages/docs/platform/tutorials/quick-start.md @@ -41,11 +41,11 @@ Install core prerequisites on your workstation. *Debian Unstable (sid)* - workstation$ sudo apt-get install git rsync openssh-client openssl + workstation$ sudo apt-get install git rsync openssh-client openssl zlib1g-dev *Other Debian & Ubuntu* - workstation$ sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake make bzip2 + workstation$ sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake make bzip2 zlib1g-dev *Mac OS* |