Skip to content

Commit

Permalink
Update local installation instruction (#703)
Browse files Browse the repository at this point in the history
Update local installation instruction for Go1.16+.
  • Loading branch information
nobishino authored Oct 5, 2021
1 parent 1933cba commit 991dd94
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,14 @@ jobs:

### Local Installation

#### Go 1.16+

```bash
go install github.com/securego/gosec/v2/cmd/gosec@latest
```

#### Go version < 1.16

```bash
go get -u github.com/securego/gosec/v2/cmd/gosec
```
Expand Down

0 comments on commit 991dd94

Please sign in to comment.