diff --git a/docs/krel/README.md b/docs/krel/README.md index cdda3ca7cd4..6ce5b6eb934 100644 --- a/docs/krel/README.md +++ b/docs/krel/README.md @@ -15,11 +15,18 @@ Kubernetes Releases. This includes manually executed tasks like generating the R ## Installation -Compile krel by running the `compile-release-tools` script from the root of this repo: +Either Compile krel by running the `compile-release-tools` script from the root of this repo: ```shell ./compile-release-tools krel ``` +Or + +Run the following command in the terminal: + +``` +go install k8s.io/release/cmd/krel@latest +``` ## Usage: