summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuda Dornelles <ddornell@thoughtworks.com>2014-12-10 12:31:31 -0200
committerDuda Dornelles <ddornell@thoughtworks.com>2014-12-10 12:32:31 -0200
commit7de1975fd3533ed3b2d5c46cddbaae65eac57175 (patch)
tree54932a57235e9520627ca2b6db754694ed0a2eca /README.md
parent5c0ac70275c67a4baa9b4e667a67213ab8a8c667 (diff)
No more gemfiles (also means no more control tower for now). Will rewrite it eventually for node, i guess
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`