From 7502e55b297c4d74e0691598c6b059bb82d8051a Mon Sep 17 00:00:00 2001 From: Fabio Pagnotta Date: Fri, 7 Apr 2023 15:31:04 +0200 Subject: [PATCH] docs: adds download url and authentication part --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c80a78..0eff37c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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 ```