We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5765df1 commit a53817bCopy full SHA for a53817b
README.md
@@ -26,7 +26,7 @@ Or for powershell:
26
```powershell
27
$env:GO111MODULE="on"; go get -u -a github.com/go-flutter-desktop/hover
28
```
29
-Make sure the hover binary is on your `PATH`
+Make sure the hover binary is on your `PATH` (defaults are `$GOPATH/bin` or `$HOME/go/bin`)
30
31
Run the same command to update when a newer version becomes available.
32
0 commit comments