Skip to content

Commit

Permalink
docs: update installation instructions to use go install
Browse files Browse the repository at this point in the history
Updated the installation instructions in the README to use 'go install' instead of 'go get' for installing the 'perfsprint' linter.
'go get' is no longer recommended for installing binaries, and 'go install' should be used for Go version 1.17+.
  • Loading branch information
maxwelbm authored and catenacyber committed Oct 23, 2024
1 parent 9d2eaec commit e84fb82
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 @@ -8,7 +8,7 @@ Golang linter for performance, aiming at usages of `fmt.Sprintf` which have fast
## Installation

```sh
go get github.com/catenacyber/perfsprint@latest
go install github.com/catenacyber/perfsprint@latest
```

## Usage
Expand Down

0 comments on commit e84fb82

Please sign in to comment.