diff options
Diffstat (limited to 'pages')
-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 d50fa8c..9187a2e 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 zlib1g-dev + workstation$ sudo apt-get install git rsync netcat openssh-client openssl zlib1g-dev *Other Debian & Ubuntu* - workstation$ sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake make bzip2 zlib1g-dev + workstation$ sudo apt-get install git netcat openssh-client openssl ruby ruby-dev rsync rake make bzip2 zlib1g-dev *Mac OS* |