Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ The STACKIT CLI can be installed through the [Homebrew](https://brew.sh/) packag
brew tap stackitcloud/tap
```

2. You can then install the CLI via:
2. You can then install the CLI via (this also trusts the STACKIT CLI cask):

```shell
brew install --cask stackit
brew install --cask stackitcloud/tap/stackit
```

### Linux
Expand Down
Loading