diff options
| author | faiface <faiface2202@gmail.com> | 2019-05-06 18:47:59 +0200 |
|---|---|---|
| committer | faiface <faiface2202@gmail.com> | 2019-05-06 18:47:59 +0200 |
| commit | a7facb98cd89f3e68a931b49a62789bdaecb6b5c (patch) | |
| tree | d6c135eaa1f7b90a617c0bf5c21b13bdef2df37d /examples/imageviewer/README.md | |
| parent | 8a67ed9e640b830d307bfa56d7f445673cc576ed (diff) | |
| download | gui-a7facb98cd89f3e68a931b49a62789bdaecb6b5c.zip | |
examples: add running instructions
Diffstat (limited to 'examples/imageviewer/README.md')
| -rw-r--r-- | examples/imageviewer/README.md | 5 |
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 :).  |