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 dde77f5 commit 90a56dfCopy full SHA for 90a56df
README.md
@@ -17,6 +17,11 @@ 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 windows:
21
+```
22
+set GO111MODULE=on
23
+go get -u -a github.com/go-flutter-desktop/hover
24
25
Or for powershell:
26
```powershell
27
$env:GO111MODULE="on"; go get -u -a github.com/go-flutter-desktop/hover
0 commit comments