Skip to content

Commit

Permalink
fix package name for Arch linux
Browse files Browse the repository at this point in the history
  • Loading branch information
seankhliao authored and tekton-robot committed Sep 26, 2023
1 parent 29048c4 commit 1843fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,10 +152,10 @@ nix-env --install tektoncd-cli
```
### Arch / Manjaro

You can install [`tektoncd-cli`](https://archlinux.org/packages/extra/x86_64/tekton-cli/) from the official arch package repository :
You can install [`tekton-cli`](https://archlinux.org/packages/extra/x86_64/tekton-cli/) from the official arch package repository :

```shell
pacman -S tektoncd-cli
pacman -S tekton-cli
```

### Homebrew on Linux
Expand Down

0 comments on commit 1843fa5

Please sign in to comment.