You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11Lines changed: 11 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,19 @@ copsctl - the conplement AG Kubernetes developer tooling
9
9
10
10
## Installation
11
11
12
+
### Manual Installation
12
13
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.
13
14
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
+
14
25
## Contributing
15
26
16
27
For contributing to the project, and for development instructions, please check [CONTRIBUTING.md](CONTRIBUTING.md)
0 commit comments