From e68e8bf145d7c1fb78ccdc632a85917bb771dc6e Mon Sep 17 00:00:00 2001 From: Paul Varache Date: Fri, 10 Jan 2020 14:31:35 +0000 Subject: [PATCH] Add instructions for scoop --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 08190740..46ed1caa 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,12 @@ K9s is available on Linux, OSX and Windows platforms. yay -S k9s-bin ``` +* Via [Scoop](https://scoop.sh) for Windows + + ```shell + scoop install k9s + ``` + * Building from source K9s was built using go 1.13 or above. In order to build K9 from source you must: 1. Clone the repo