From 10251f1958a9ddbe9058e6170fca569dfe9609f5 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Tue, 8 May 2018 14:01:58 +0100 Subject: [PATCH] moved image up --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aee179f..1c8c761 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Create a macOS Application from an executable (like a Go binary) +![Output of appify is a mac application](preview2.png) + * Create an Application from any executable * Set your own logo * Specify app metadata via flags @@ -20,9 +22,7 @@ go get github.com/machinebox/appify appify -name "My Go Application" /path/to/bin ``` -It will create a macOS Application: - -![Output of appify is a mac application](preview2.png) +It will create a macOS Application. ## What next?