Skip to content

Commit

Permalink
Update index.mdx (golangci#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho authored and SeigeC committed Apr 4, 2023
1 parent 8fce7cb commit 4dbf88a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/src/docs/usage/install/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,11 @@ Note: such `go get` installation aren't guaranteed to work. We recommend using b
<div style="margin-top: 2em;">

```sh
go get github.com/golangci/golangci-lint/cmd/golangci-lint@{.LatestVersion}
# Go 1.16+
go install github.com/golangci/golangci-lint/cmd/golangci-lint@{.LatestVersion}

# Go version < 1.16
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint@{.LatestVersion}
```

</div>
Expand Down

0 comments on commit 4dbf88a

Please sign in to comment.