diff --git a/README.md b/README.md index 94e87fd..5fef7c5 100644 --- a/README.md +++ b/README.md @@ -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)