Skip to content

Commit

Permalink
docs: adds download url and authentication part
Browse files Browse the repository at this point in the history
  • Loading branch information
faan11 authored Apr 7, 2023
1 parent 05c209b commit 7502e55
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ Koch is a minimal sh script that works around **oc** tool, that is:
- **Supported:** Koch supports Openshift® v3.x and 4.x
- **Easy:** quick to install – start using it in minutes.

Authentication can be achieved through:
- **prompt:** the CLI requests user and password data
- **bitwarden:** the bitwarden client by looking at user and password in a strongbox entry.

## Installation

### Prerequisites
Expand All @@ -34,7 +38,7 @@ Koch is a minimal sh script that works around **oc** tool, that is:
### Download and install
This script downloads and install the koch script in the bin directory of the user. You can also install system-wide.
```
curl -o koch
curl -o koch https://raw.githubusercontent.com/faan11/koch/1.0.0/koch
mv koch $HOME/.local/bin/
chmod +x $HOME/.local/bin/koch
```
Expand Down

0 comments on commit 7502e55

Please sign in to comment.