From 95c398b6f4721204c01546241b127d95ebefd334 Mon Sep 17 00:00:00 2001 From: Patrick Maia Date: Wed, 17 Dec 2014 15:32:57 +0000 Subject: separates commands in different lines to make it easy to see --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'README.md') 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` -- cgit v1.2.3