Skip to content

Commit

Permalink
Add -u to local install instructions (#595)
Browse files Browse the repository at this point in the history
`-u` will ensure that users are updated the latest released version.

This way bugs are less likely to be reported that are already fixed.
  • Loading branch information
jeffwidman committed Apr 16, 2021
1 parent 7f2308b commit 0695fa0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
### Local Installation

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

## Usage
Expand Down

0 comments on commit 0695fa0

Please sign in to comment.