summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguido <guido@dis.tur.bio>2017-02-02 11:08:26 -0300
committerguido <guido@dis.tur.bio>2017-02-02 11:08:44 -0300
commit7ffcec1cfa10e0d9509f0c4a50c6bb469703e140 (patch)
tree5190f7dd5eae50a0fc582466aa51c040544eccec
parent9bbe85a4b3221176643cfa7dd7d87e84525a56b7 (diff)
leap_cli depends on nokogiri which depends on zlib1g-dev
-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*