From b5cae4a4d76c56b28054bff638f975b6bb046941 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Sun, 6 May 2018 17:48:24 +0100 Subject: [PATCH] added what next --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21f22fe..fb75441 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,10 @@ go get github.com/machinebox/appify appify -name "My Go Application" /path/to/bin ``` -It will create a macOS Application +It will create a macOS Application: ![Output of appify is a mac application](preview.png) + +## What next? + +If you want to build a Go backed web based desktop application, check out our [machinebox/desktop](https://github.com/machinebox/desktop) project.