Skip to content

Commit

Permalink
docs(readme): remove duplicated section (#485)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandear authored Oct 20, 2023
1 parent 0473ef8 commit 05e48a7
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Use a comma to separate items for arguments that take a list as input:

## Installation

### Prefer `go install` (Recommend)
### Via `go install` (Recommended)

With go 1.18 or higher:

Expand Down Expand Up @@ -70,14 +70,6 @@ curl -sSfL https://goblin.run/github.com/cosmtrek/air | sh
curl -sSfL https://goblin.run/github.com/cosmtrek/air | PREFIX=/tmp sh
```

### Via `go install`

With go 1.18 or higher:

```bash
go install github.com/cosmtrek/air@latest
```

### Docker/Podman


Expand Down

0 comments on commit 05e48a7

Please sign in to comment.