summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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*