add -u flag

This commit is contained in:
Lea Anthony 2019-12-10 19:37:34 +11:00
commit c506c95506

View file

@ -93,7 +93,7 @@ Windows requires gcc and related tooling. The recommended download is from [http
Installation is as simple as running the following command:
<pre style='color:white'>
go get github.com/wailsapp/wails/cmd/wails
go get -u github.com/wailsapp/wails/cmd/wails
</pre>
## Next Steps