summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2017-03-13 09:10:14 +0100
committerelijah <elijah@riseup.net>2017-03-13 09:10:14 +0100
commitf70152867fe327cbb031bfbb6d1d42d0d248ed82 (patch)
tree88ea53f3e584a1fb56ecfb2a40224297e5e05b18
parent983c35280bc4ae9e9635ec1a389118de1231ee3e (diff)
parent7ffcec1cfa10e0d9509f0c4a50c6bb469703e140 (diff)
Merge branch 'master' of https://github.com/disturbio/leap_se
-rw-r--r--pages/docs/platform/tutorials/quick-start.md4
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*