Skip to content

Commit 00e4baf

Browse files
authored
Update README.md
1 parent 47ca2c9 commit 00e4baf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ Run `go version` and make sure that your Go version is 1.13 or higher.
1515
Then 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
```
2020
Or windows:
2121
```
2222
set 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
```
2525
Or 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
```
2929
Make sure the hover binary is on your `PATH` (defaults are `$GOPATH/bin` or `$HOME/go/bin`)
3030

0 commit comments

Comments
 (0)