summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDuda Dornelles <dudassdornelles@gmail.com>2014-11-20 09:24:49 -0200
committerDuda Dornelles <dudassdornelles@gmail.com>2014-11-20 09:24:49 -0200
commitbbae208d2bb0e866977ebd80c1bc34cea5eed0eb (patch)
tree211c7eee2d72fa72a63cb576ccc6147ea15e1757 /README.md
parent24241770c30b51b911cfd48e2b21df82c8f34a2d (diff)
parent42dcf546c2996fd612a5c937c256d6d21bbf9fad (diff)
Merge pull request #155 from mmircea16/bootstrap
This makes sense, we should update our website to point people into forking/cloning/running install_pixelated Thanks!
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
```
_____________