Skip to content

Commit dde77f5

Browse files
authored
Update README.md
1 parent 1c80447 commit dde77f5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ 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 for powershell:
21+
```powershell
22+
$env:GO111MODULE="on"; go get -u -a github.com/go-flutter-desktop/hover
23+
```
2024
Make sure the hover binary is on your `PATH`
2125

2226
Run the same command to update when a newer version becomes available.

0 commit comments

Comments
 (0)