Skip to content

Commit 90a56df

Browse files
authored
Update README.md
1 parent dde77f5 commit 90a56df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ Then install hover by running this in your home directory:
1717
```bash
1818
GO111MODULE=on go get -u -a github.com/go-flutter-desktop/hover
1919
```
20+
Or windows:
21+
```
22+
set GO111MODULE=on
23+
go get -u -a github.com/go-flutter-desktop/hover
24+
```
2025
Or for powershell:
2126
```powershell
2227
$env:GO111MODULE="on"; go get -u -a github.com/go-flutter-desktop/hover

0 commit comments

Comments
 (0)