Skip to content

Commit

Permalink
feat: update brew tap install and choco
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Jul 18, 2024
1 parent b0b02b6 commit 4569e34
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions docs/docs/overview/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,9 @@ You can use `cxcli` by installing a pre-compiled binary (in several ways), using
## Install a pre-compiled binary

### homebrew tap
1. Add the Homebrew tap:
Install the Dialogflow CX CLI:
```sh
brew tap xavidop/tap [email protected]:xavidop/homebrew-tap.git
brew update
```
2. Install the Dialogflow CX CLI:
```sh
brew install cxcli
brew install xavidop/tap/cxcli
```

### snapcraft
Expand All @@ -28,6 +23,12 @@ scoop bucket add cxcli https://github.com/xavidop/scoop-bucket.git
scoop install cxcli
```

### chocolatey

```powershell
choco install cxcli
```

### apt

```sh
Expand Down

0 comments on commit 4569e34

Please sign in to comment.