From 5881fa6d651f3b7e59eb8bb4402b6957becd6b99 Mon Sep 17 00:00:00 2001 From: Duda Dornelles Date: Tue, 23 Dec 2014 11:39:36 -0200 Subject: Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'README.md') 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` -- cgit v1.2.3