From 32e085b60907d80886b5520fb22e22d8ca1d5666 Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Thu, 9 May 2019 22:07:56 +1000 Subject: [PATCH] docs: remove -u --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 54da7b6c..2dd3ed6e 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Windows requires gcc and related tooling. The recommended download is from [http Installation is as simple as running the following command:
-go get -u github.com/wailsapp/wails/cmd/wails
+go get github.com/wailsapp/wails/cmd/wails
 
## Next Steps