Skip to content

Commit 6bbdb5f

Browse files
authored
fix: go get is not supported outside of a module. (#234)
1 parent 6db300f commit 6bbdb5f

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
@@ -20,7 +20,7 @@ GO111MODULE=on go get -u -a github.com/go-flutter-desktop/hover@latest
2020
Or windows:
2121
```
2222
set GO111MODULE=on
23-
go get -u -a github.com/go-flutter-desktop/hover@latest
23+
go install github.com/go-flutter-desktop/hover@latest
2424
```
2525
Or for powershell:
2626
```powershell

0 commit comments

Comments
 (0)