diff options
author | Martin Ashby <martin@martin-laptop.lan> | 2018-05-15 22:43:26 +0100 |
---|---|---|
committer | Martin Ashby <martin@martin-laptop.lan> | 2018-05-15 22:43:26 +0100 |
commit | cac9688f02ada3137757576e6bf25f6d565b4241 (patch) | |
tree | 7fbcccb2f8561cae86959697ec02f68bebd8b270 | |
parent | 76e90d19b50303f915c1ce45b53fd51fb9590057 (diff) | |
download | unicornpaint-cac9688f02ada3137757576e6bf25f6d565b4241.tar.gz unicornpaint-cac9688f02ada3137757576e6bf25f6d565b4241.tar.bz2 unicornpaint-cac9688f02ada3137757576e6bf25f6d565b4241.tar.xz unicornpaint-cac9688f02ada3137757576e6bf25f6d565b4241.zip |
Changed url in README
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,5 +2,5 @@ A pretty basic painting app for the Raspberry Pi Unicorn HD hat. Allows multiple people to paint at once & updates in real time. To run: -`curl "https://github.com/MFAshby/unicornpaint/raw/master/download_and_run.sh" | sh` -Open your browser to http://<your raspberry IP address>:3001/
\ No newline at end of file +`curl "https://raw.githubusercontent.com/MFAshby/unicornpaint/master/download_and_run.sh" | sh` +Open your browser to http://<your raspberry IP address>:3001/ |