Update installing_cli.md (#539)

closes #441
This commit is contained in:
Omer B 2021-09-18 12:26:32 -04:00 committed by GitHub
parent f1c1779e08
commit a167b89d5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -2,6 +2,13 @@
The CLI is used to create, build and deploy functions. To use it, install one of the pre-built binaries, or compile from source.
## From Homebrew
```
brew tap knative-sandbox/kn-plugins
brew install func
```
## Prebuilt Binary
Download the latest binary appropriate for your system from the [Latest Release](https://github.com/knative-sandbox/kn-plugin-func/releases/latest/).