docs(installation): add Chocolatey installation way

mine
Romain Chardiny 2020-08-11 14:30:57 +02:00
parent cc0e8e88d3
commit a9a56af25b
No known key found for this signature in database
GPG Key ID: EBB36F422A49D46E
1 changed files with 7 additions and 1 deletions

View File

@ -69,6 +69,12 @@ K9s is available on Linux, macOS and Windows platforms.
scoop install k9s
```
* Via [Chocolatey](https://chocolatey.org/packages/k9s) for Windows
```shell
choco install k9s
```
* Via a GO install
```shell