summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4ac65959..f529d8e0 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,9 @@ The User Agent has 2 components:
## Quickstart
-Dependencies are: node, npm, ruby, bundle, virtualenv, git
+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 bundler 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`
* Next step is cloning the repository with `git clone https://github.com/pixelated-project/pixelated-user-agent.git`