From a9a56af25b9c8a366553f4c4fb378790b8ab61d2 Mon Sep 17 00:00:00 2001 From: Romain Chardiny Date: Tue, 11 Aug 2020 14:30:57 +0200 Subject: [PATCH] docs(installation): add Chocolatey installation way --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fb5f0ae..25489c9e 100644 --- a/README.md +++ b/README.md @@ -69,8 +69,14 @@ K9s is available on Linux, macOS and Windows platforms. scoop install k9s ``` -* Via a GO install +* Via [Chocolatey](https://chocolatey.org/packages/k9s) for Windows + + ```shell + choco install k9s + ``` +* Via a GO install + ```shell # NOTE: The dev version will be in effect! go get -u github.com/derailed/k9s