summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Maia <patrickjourdanmaia@gmail.com>2014-12-16 21:39:29 +0000
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-12-16 21:39:29 +0000
commit197f9668563cb40a6f672fddb8df95abe06592f2 (patch)
tree7820ecd729c37dcec8cf80457b41a3bd57fadaf3 /README.md
parent614b749b9813ed9bef0bc1f70ea223ca86927df4 (diff)
Card #197 - small changes in installation instructions and scripts
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f529d8e0..1854d5df 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The User Agent has 2 components:
Dependencies are: node, npm, compass (ruby), virtualenv, git
-* To install the dependencies on debian/ubuntu you need to run `sudo apt-get install nodejs npm ruby virtualenv git` and then `sudo gem install compass`
+* To install the dependencies on debian/ubuntu you need to run `sudo apt-get install git nodejs-legacy npm python-dev python-virtualenv libffi-dev g++ rng-tools ruby-dev` and then `sudo gem install compass`
* Next step is cloning the repository with `git clone https://github.com/pixelated-project/pixelated-user-agent.git`