aboutsummaryrefslogtreecommitdiffstats
path: root/examples/paint/README.md
diff options
context:
space:
mode:
authorfaiface <faiface2202@gmail.com>2019-05-06 18:47:59 +0200
committerfaiface <faiface2202@gmail.com>2019-05-06 18:47:59 +0200
commita7facb98cd89f3e68a931b49a62789bdaecb6b5c (patch)
treed6c135eaa1f7b90a617c0bf5c21b13bdef2df37d /examples/paint/README.md
parent8a67ed9e640b830d307bfa56d7f445673cc576ed (diff)
downloadgui-a7facb98cd89f3e68a931b49a62789bdaecb6b5c.zip
examples: add running instructions
Diffstat (limited to 'examples/paint/README.md')
-rw-r--r--examples/paint/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/paint/README.md b/examples/paint/README.md
index c02047d..2859433 100644
--- a/examples/paint/README.md
+++ b/examples/paint/README.md
@@ -1,5 +1,9 @@
# Paint
+```
+$ go run main.go
+```
+
This is a simple paint program. Pick colors on the right, draw on the rest.
![Screenshot](screenshot.png)