add golangci-lint to brew install in contributing

This commit is contained in:
david raistrick 2019-06-18 16:31:00 -04:00 committed by Matt Ellis
parent 4833fe1045
commit 2e08a9c5d2

View file

@ -20,7 +20,7 @@ To hack on Pulumi, you'll need to get a development environment set up. You'll w
You can easily get all required dependencies with brew
```bash
brew install node pipenv python@3 typescript yarn pandoc go
brew install node pipenv python@3 typescript yarn pandoc go golangci/tap/golangci-lint
```
## Make build system