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 1c80447 commit dde77f5Copy full SHA for dde77f5
README.md
@@ -17,6 +17,10 @@ Then install hover by running this in your home directory:
17
```bash
18
GO111MODULE=on go get -u -a github.com/go-flutter-desktop/hover
19
```
20
+Or for powershell:
21
+```powershell
22
+$env:GO111MODULE="on"; go get -u -a github.com/go-flutter-desktop/hover
23
+```
24
Make sure the hover binary is on your `PATH`
25
26
Run the same command to update when a newer version becomes available.
0 commit comments