From 197f9668563cb40a6f672fddb8df95abe06592f2 Mon Sep 17 00:00:00 2001 From: Patrick Maia Date: Tue, 16 Dec 2014 21:39:29 +0000 Subject: Card #197 - small changes in installation instructions and scripts --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index f529d8e0..1854d5df 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ 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 nodejs npm ruby virtualenv git` and then `sudo gem install compass` +* 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` * Next step is cloning the repository with `git clone https://github.com/pixelated-project/pixelated-user-agent.git` -- cgit v1.2.3 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