From 685d0ed68266456b9709994a242d01ad8b69678d Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Sat, 11 Mar 2023 22:29:42 +0100 Subject: [PATCH] Documentation: add install instruction --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 325f623..ce9d97f 100644 --- a/README.md +++ b/README.md @@ -104,6 +104,11 @@ Check container image updates for running contains within a k8s cluster: Here the name of the Pod and the k8s namespace are added to the "context" part of the image name. This helps to identify the deployment which might benefit from an upgrade of the container image. + +## Installation + + $> go install -v github.com/mgumz/cciu/cmd/cciu@latest + ## Building $> make cciu