summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Maia <patrickjourdanmaia@gmail.com>2014-12-17 15:34:20 +0000
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-12-17 15:34:20 +0000
commit200ad7d4a5b5f39717c81eb6a9ad3844044b037c (patch)
tree15abefa0c7995ff0adda612f52a8dbbd40a2fe48 /README.md
parent93bdcc0c2a45fcf54ab979188c0de662dbed947a (diff)
parent95c398b6f4721204c01546241b127d95ebefd334 (diff)
Merge branch '197_improve_installation'
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index f529d8e0..9e6317c6 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,10 @@ 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 update`
+ * `sudo apt-get install git nodejs-legacy npm python-dev python-virtualenv libffi-dev g++ ruby-dev`
+ * `sudo gem install compass`
* Next step is cloning the repository with `git clone https://github.com/pixelated-project/pixelated-user-agent.git`