File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,16 +15,16 @@ Run `go version` and make sure that your Go version is 1.13 or higher.
1515Then install hover by running this in your home directory:
1616
1717``` bash
18- GO111MODULE=on go get -u -a github.com/go-flutter-desktop/hover
18+ GO111MODULE=on go get -u -a github.com/go-flutter-desktop/hover@latest
1919```
2020Or windows:
2121```
2222set GO111MODULE=on
23- go get -u -a github.com/go-flutter-desktop/hover
23+ go get -u -a github.com/go-flutter-desktop/hover@latest
2424```
2525Or for powershell:
2626``` powershell
27- $env:GO111MODULE="on"; go get -u -a github.com/go-flutter-desktop/hover
27+ $env:GO111MODULE="on"; go get -u -a github.com/go-flutter-desktop/hover@latest
2828```
2929Make sure the hover binary is on your ` PATH ` (defaults are ` $GOPATH/bin ` or ` $HOME/go/bin ` )
3030
You can’t perform that action at this time.
0 commit comments