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
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,19 @@ copsctl - the conplement AG Kubernetes developer tooling

## Installation

### Manual Installation
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.

### Homebrew (macOS and Linux)
You can install copsctl using Homebrew:

```bash
brew tap conplementag/tap
brew install copsctl
```

For more details, visit [conplementAG/homebrew-tap](https://github.com/conplementAG/homebrew-tap).

## Contributing

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