README.md: use the -buildmode=exe flag for running demos

Signed-off-by: Elias Naur <mail@eliasnaur.com>
This commit is contained in:
Elias Naur
2019-06-09 15:41:28 +02:00
parent aad2fee36e
commit 821862b4c6
2 changed files with 20 additions and 20 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ type buildInfo struct {
func main() {
flag.Usage = func() {
fmt.Fprintf(os.Stderr, "Gio is a tool for building and running gio programs.\n\n")
fmt.Fprintf(os.Stderr, "Gio is a tool for building gio programs.\n\n")
fmt.Fprintf(os.Stderr, "Usage:\n\n\tgio [flags] <pkg>\n\n")
flag.PrintDefaults()
os.Exit(2)