5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 10:39:50 +08:00

docs: remove -u

This commit is contained in:
Lea Anthony 2019-05-09 22:07:56 +10:00
parent 389dee8db9
commit 32e085b609

View File

@ -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:
<pre style='color:white'>
go get -u github.com/wailsapp/wails/cmd/wails
go get github.com/wailsapp/wails/cmd/wails
</pre>
## Next Steps