Skip to content

Commit

Permalink
Fix README Installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
178inaba committed Jul 25, 2020
1 parent 4768d68 commit b18a685
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,9 @@ The classic way to install
go get -u github.com/cosmtrek/air
```

### macOS
### macOS, Linux, Windows

```bash
curl -fLo air https://git.io/darwin_air
```

### Linux

```bash
curl -fLo air https://git.io/linux_air
```

### Windows

```bash
curl -fLo air.exe https://git.io/windows_air
```
The binary is published on the [release page](https:/cosmtrek/air/releases).

P.S. Great thanks mattn's [PR](https:/cosmtrek/air/pull/1) for supporting Windows platform.

Expand Down

0 comments on commit b18a685

Please sign in to comment.