mirror of https://github.com/dapr/docs.git
Update install-dapr-cli.md (#954)
This commit is contained in:
parent
ae380d158b
commit
ef9d2309d7
|
|
@ -39,7 +39,7 @@ curl -fsSL https://raw.githubusercontent.com/dapr/cli/master/install/install.sh
|
|||
|
||||
Or you can install via [Homebrew](https://brew.sh):
|
||||
```bash
|
||||
brew install dapr/tap/dapr-cli
|
||||
brew install dapr/tap/dapr-cli@1.0.0-rc.2
|
||||
```
|
||||
{{% /codetab %}}
|
||||
|
||||
|
|
@ -59,4 +59,4 @@ Learn more about the CLI and available commands in the [CLI docs]( {{< ref cli >
|
|||
## Next steps
|
||||
- [Init Dapr locally]({{< ref install-dapr.md >}})
|
||||
- [Init Dapr on Kubernetes]({{< ref install-dapr-kubernetes.md >}})
|
||||
- [Try a Dapr Quickstart]({{< ref quickstarts.md >}})
|
||||
- [Try a Dapr Quickstart]({{< ref quickstarts.md >}})
|
||||
|
|
|
|||
Loading…
Reference in New Issue