File tree 3 files changed +390
-2
lines changed
3 files changed +390
-2
lines changed Original file line number Diff line number Diff line change 3
3
- linux
4
4
- windows
5
5
- darwin
6
+ ignore :
7
+ - goos : darwin
8
+ goarch : 386
6
9
archives :
7
- - format : binary
10
+ - id : tar.gz
11
+ format : tar.gz
12
+ - id : binary
13
+ format : binary
Original file line number Diff line number Diff line change @@ -38,7 +38,15 @@ go get -u github.com/cosmtrek/air
38
38
39
39
### macOS, Linux, Windows
40
40
41
- The binary is published on the [ release page] ( https://github.com/cosmtrek/air/releases ) .
41
+ ``` 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
+ ```
42
50
43
51
P.S. Great thanks mattn's [ PR] ( https://github.com/cosmtrek/air/pull/1 ) for supporting Windows platform.
44
52
You can’t perform that action at this time.
0 commit comments