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 b707cc7 commit da8fb1fCopy full SHA for da8fb1f
README.md
@@ -38,7 +38,15 @@ go get -u github.com/cosmtrek/air
38
39
### macOS, Linux, Windows
40
41
-The binary is published on the [release page](https://github.com/cosmtrek/air/releases).
+```bash
42
+# binary will be $(go env GOPATH)/bin/air
43
+curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s -- -b $(go env GOPATH)/bin
44
+
45
+# or install it into ./bin/
46
+curl -sSfL https://raw.githubusercontent.com/cosmtrek/air/master/install.sh | sh -s
47
48
+air -v
49
+```
50
51
P.S. Great thanks mattn's [PR](https://github.com/cosmtrek/air/pull/1) for supporting Windows platform.
52
0 commit comments