summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
```
_____________