summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPatrick Maia <patrickjourdanmaia@gmail.com>2014-12-17 15:32:57 +0000
committerPatrick Maia <patrickjourdanmaia@gmail.com>2014-12-17 15:32:57 +0000
commit95c398b6f4721204c01546241b127d95ebefd334 (patch)
tree1a9c4ccfbeb7e75002a645f16fc9343469980048 /README.md
parent197f9668563cb40a6f672fddb8df95abe06592f2 (diff)
separates commands in different lines to make it easy to see
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 1854d5df..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 git nodejs-legacy npm python-dev python-virtualenv libffi-dev g++ rng-tools ruby-dev` 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`