docs(installation): add Chocolatey installation way
parent
cc0e8e88d3
commit
a9a56af25b
|
|
@ -69,8 +69,14 @@ K9s is available on Linux, macOS and Windows platforms.
|
||||||
scoop install k9s
|
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
|
```shell
|
||||||
# NOTE: The dev version will be in effect!
|
# NOTE: The dev version will be in effect!
|
||||||
go get -u github.com/derailed/k9s
|
go get -u github.com/derailed/k9s
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue