aboutsummaryrefslogtreecommitdiffstats
path: root/examples/imageviewer
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/imageviewer
parent8a67ed9e640b830d307bfa56d7f445673cc576ed (diff)
downloadgui-a7facb98cd89f3e68a931b49a62789bdaecb6b5c.zip
examples: add running instructions
Diffstat (limited to 'examples/imageviewer')
-rw-r--r--examples/imageviewer/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/imageviewer/README.md b/examples/imageviewer/README.md
index 45062c2..3fa6997 100644
--- a/examples/imageviewer/README.md
+++ b/examples/imageviewer/README.md
@@ -1,5 +1,10 @@
# Image Viewer
+```
+$ go build
+$ ./imageviewer
+```
+
This example is a proof of concept that it is actually possible to make real GUI apps with this package :).
![Screenshot](screenshot.png)