Skip to content

Commit 0df191b

Browse files
committed
fix(docs): directly trust cask on install
1 parent 41e28c6 commit 0df191b

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

INSTALLATION.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,16 +24,10 @@ The STACKIT CLI can be installed through the [Homebrew](https://brew.sh/) packag
2424
brew tap stackitcloud/tap
2525
```
2626

27-
2. Trust the STACKIT CLI cask:
27+
2. You can then install the CLI via (this also trusts the STACKIT CLI cask):
2828

2929
```shell
30-
brew trust --cask stackitcloud/tap/stackit
31-
```
32-
33-
3. You can then install the CLI via:
34-
35-
```shell
36-
brew install --cask stackit
30+
brew install --cask stackitcloud/tap/stackit
3731
```
3832

3933
### Linux

0 commit comments

Comments
 (0)