add pulumictl to dependencies (#5592)

This commit is contained in:
Lee Briggs 2020-10-19 15:28:17 -07:00 committed by GitHub
parent 7f0bc891c4
commit 89c956d189
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,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 and npm
```bash
brew install node pipenv python@3 typescript yarn go@1.13 golangci/tap/golangci-lint
brew install node pipenv python@3 typescript yarn go@1.13 golangci/tap/golangci-lint pulumi/tap/pulumictl
brew cask install dotnet dotnet-sdk
```