Skip to content

Commit 7f9bf34

Browse files
committed
docs: standardize the Homebrew install command
The install docs used different Homebrew commands in different places. Update the user-facing docs to use the confirmed cask command everywhere so the install path is consistent.
1 parent 05fd898 commit 7f9bf34

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Full documentation is at **<https://pipelinesascode.com>**
7777
Install the CLI and bootstrap your first repository:
7878

7979
```shell
80-
brew install tektoncd/pipelines-as-code/tkn-pac
80+
brew install --cask openshift-pipelines/pipelines-as-code/tektoncd-pac
8181
tkn pac bootstrap
8282
```
8383

docs/content/docs/cli/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ On Windows, tkn-pac will look for the Kubernetes config in `%USERPROFILE%\.kube\
2727
{{< /tab >}}
2828

2929
{{< tab name="Homebrew" >}}
30-
The `tkn pac` plug-in is available from Homebrew as a "Tap". Install it with:
30+
The `tkn pac` plug-in is available from Homebrew as a cask. Install it with:
3131

3232
```shell
3333
brew install --cask openshift-pipelines/pipelines-as-code/tektoncd-pac

docs/content/docs/installation/requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The Pipelines-as-Code CLI plugin for `tkn`.
104104
**Install via Homebrew**:
105105

106106
```bash
107-
brew install openshift-pipelines/pipelines-as-code/tkn-pac
107+
brew install --cask openshift-pipelines/pipelines-as-code/tektoncd-pac
108108
```
109109

110110
**Install via Direct Download** (Linux):

0 commit comments

Comments
 (0)