Skip to content

Commit f99073f

Browse files
Merge pull request #268 from NanamiNakano/patch-1
Fixed wrong install command
2 parents efd4c5b + 0db22d8 commit f99073f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ 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@latest
18+
GO111MODULE=on go install github.com/go-flutter-desktop/hover@latest
1919
```
2020
Or windows:
2121
```

0 commit comments

Comments
 (0)