Skip to content

Commit 92be4be

Browse files
committed
chore: Mention the installation via brew in README
1 parent 3b3d92b commit 92be4be

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,19 @@ copsctl - the conplement AG Kubernetes developer tooling
99

1010
## Installation
1111

12+
### Manual Installation
1213
Simply download a binary for your target system from [Releases](https://github.com/conplementAG/copsctl/releases), set it to you PATH, and you are ready to go.
1314

15+
### Homebrew (macOS and Linux)
16+
You can install copsctl using Homebrew:
17+
18+
```bash
19+
brew tap conplementag/tap
20+
brew install copsctl
21+
```
22+
23+
For more details, visit [conplementAG/homebrew-tap](https://github.com/conplementAG/homebrew-tap).
24+
1425
## Contributing
1526

1627
For contributing to the project, and for development instructions, please check [CONTRIBUTING.md](CONTRIBUTING.md)

0 commit comments

Comments
 (0)