Skip to content

Commit 93b2d10

Browse files
committed
docs: make readme after the last README fix
1 parent 50abb24 commit 93b2d10

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -87,15 +87,16 @@ update if needed.
8787

8888
### Local Installation
8989

90-
It's a not recommended for your CI pipeline. Only install like this for your local development environment.
90+
Local installation is not recommended for your CI pipeline. Only install the linter this way in a local development environment.
9191

9292
```bash
93-
go get -u github.com/golangci/golangci-lint
93+
go get -u github.com/golangci/golangci-lint/cmd/golangci-lint
9494
cd $(go env GOPATH)/src/github.com/golangci/golangci-lint/cmd/golangci-lint
9595
go install -ldflags "-X 'main.version=$(git describe --tags)' -X 'main.commit=$(git rev-parse --short HEAD)' -X 'main.date=$(date)'"
9696
```
97+
(On Windows, you can run the above commands with Git Bash, which comes with [Git for Windows](https://git-scm.com/download/win).)
9798

98-
You can also install it on OSX using brew:
99+
You can also install it on MacOS using [brew](https://brew.sh/):
99100

100101
```bash
101102
brew install golangci/tap/golangci-lint

0 commit comments

Comments
 (0)