aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMartin Ashby <martin@martin-laptop.lan>2018-05-19 11:33:21 +0100
committerMartin Ashby <martin@martin-laptop.lan>2018-05-19 11:33:21 +0100
commit445de8359766b4fe04750335dbadec21312bc4c6 (patch)
treefdbc14dcb179abd9984a90a362e57285295e3428 /README.md
parentfd941a660c7758949f292a89310a4a270dc5cc63 (diff)
parent16eae485812b34fed96eeac39f082bfcb7750d7e (diff)
downloadunicornpaint-445de8359766b4fe04750335dbadec21312bc4c6.tar.gz
unicornpaint-445de8359766b4fe04750335dbadec21312bc4c6.tar.bz2
unicornpaint-445de8359766b4fe04750335dbadec21312bc4c6.tar.xz
unicornpaint-445de8359766b4fe04750335dbadec21312bc4c6.zip
Merge branch 'master' of github.com:MFAshby/unicornpaint
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.md b/README.md
index ee585f9..661588d 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,11 @@
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://raw.githubusercontent.com/MFAshby/unicornpaint/master/download_and_run.sh" | sh`
-Open your browser to http://<your raspberry IP address>:3001/
-
-Alternatively, run with docker:
+Run with docker:
```
docker pull mfashby/unicornpaint
docker run --device /dev/spidev0.0:/dev/spidev0.0 --publish 3001:3001 mfashby/unicornpaint
```
-Or use the example docker-compose.yml file \ No newline at end of file
+Or clone the repository and use the example docker-compose.yml file to build & run
+
+![alt text](https://github.com/MFAshby/unicornpaint/raw/master/Screenshot.png "Screenshot")