Merge pull request #494 from artursouza/brew

Add brew install instruction.
This commit is contained in:
Artur Souza 2020-04-02 10:07:23 -07:00 committed by GitHub
commit 02ae471a87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -43,6 +43,12 @@ Install the latest darwin Dapr CLI to `/usr/local/bin`
curl -fsSL https://raw.githubusercontent.com/dapr/cli/master/install/install.sh | /bin/bash curl -fsSL https://raw.githubusercontent.com/dapr/cli/master/install/install.sh | /bin/bash
``` ```
Or install via [Homebrew](https://brew.sh)
```bash
brew install dapr/tap/dapr-cli
```
### From the Binary Releases ### From the Binary Releases
Each release of Dapr CLI includes various OSes and architectures. These binary versions can be manually downloaded and installed. Each release of Dapr CLI includes various OSes and architectures. These binary versions can be manually downloaded and installed.