diff options
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 :).  |