Merge pull request #834 from romch007/master

docs(installation): add Chocolatey installation way
mine
Fernand Galiana 2020-08-17 07:35:06 -06:00 committed by GitHub
commit 9d23e5b457
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -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