diff options
author | Patrick Maia <patrickjourdanmaia@gmail.com> | 2014-12-17 15:32:57 +0000 |
---|---|---|
committer | Patrick Maia <patrickjourdanmaia@gmail.com> | 2014-12-17 15:32:57 +0000 |
commit | 95c398b6f4721204c01546241b127d95ebefd334 (patch) | |
tree | 1a9c4ccfbeb7e75002a645f16fc9343469980048 | |
parent | 197f9668563cb40a6f672fddb8df95abe06592f2 (diff) |
separates commands in different lines to make it easy to see
-rw-r--r-- | README.md | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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` |