summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuda Dornelles <dudassdornelles@gmail.com>2014-12-23 11:39:36 -0200
committerDuda Dornelles <dudassdornelles@gmail.com>2014-12-23 11:39:36 -0200
commit5881fa6d651f3b7e59eb8bb4402b6957becd6b99 (patch)
treec1bd1d24ce0d1663c22f78a8a1a5a34a42e2c9ff /README.md
parent0047054a53cb88bbe1b4cf2de0ebdc26daa96ade (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.md b/README.md
index ee3938c5..d356e8d5 100644
--- a/README.md
+++ b/README.md
@@ -16,12 +16,20 @@ The User Agent has 2 components:
## Quickstart
+### Installing dependencies for development:
Dependencies are: node, npm, compass (ruby), virtualenv, git
-* To install the dependencies on debian/ubuntu you need to run:
+* debian/ubuntu:
* `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`
+* MacOS:
+ Using brew will get you there faster:
+ * `brew install node ruby gnupg`
+ * `sudo gem install compass`
+ * `sudo easy_install virtualenv`
+
+### Installing the app and running in development mode
* Next step is cloning the repository with `git clone https://github.com/pixelated-project/pixelated-user-agent.git`