Skip to content

Commit

Permalink
Update index.mdx (#2230)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanposhiho committed Sep 12, 2021
1 parent 8c60147 commit 813ba7d
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 813ba7d

Please sign in to comment.