diff options
author | varac <varacanero@zeromail.org> | 2014-10-27 11:38:31 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-10-27 11:38:31 +0100 |
commit | 28956f2657f518978f917a698c6d1e7e249dc050 (patch) | |
tree | 91a534f1ee169644f8b18c6e674689b1dcbd2231 | |
parent | d0abd13f5d1f512aeae550cc0214db014cfdc52c (diff) |
update quick start guide for debian systems
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -19,6 +19,10 @@ The User Agent is composed of 2 components: Dependencies are: node, npm, ruby, bundle, virtualenv, git +On Debian/Ubuntu systems you need: + + sudo apt-get install nodejs npm ruby bundler virtualenv git + Once you have that, run: ``` |