summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMircea Moise <mmoise@thoughtworks.com>2014-11-19 12:31:55 +0000
committerMircea Moise <mmoise@thoughtworks.com>2014-11-19 14:22:53 +0000
commit42dcf546c2996fd612a5c937c256d6d21bbf9fad (patch)
tree23b6215176d5644800c96913ec47a8185d6f1733 /README.md
parentf202ed1c57d5a727dbcc6d10d6a669d363639ab3 (diff)
Removing cloning of the repo - assuming it already exists + update
README + disbled interactivity in the bower install + workaround gnupg issue
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index a23da74b..6c2036c7 100644
--- a/README.md
+++ b/README.md
@@ -23,10 +23,10 @@ On Debian/Ubuntu systems you need:
sudo apt-get install nodejs npm ruby bundler virtualenv git
-Once you have that, run:
+Once you have that, clone the repo and run inside:
```
-curl https://raw.githubusercontent.com/pixelated-project/pixelated-user-agent/master/install-pixelated.sh | /bin/bash
+/bin/bash install-pixelated.sh
```
_____________