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