Add instruction how to install k9s through winget (#2117)
parent
25a99d3f3a
commit
248f7bc56c
|
|
@ -75,6 +75,11 @@ K9s is available on Linux, macOS and Windows platforms.
|
||||||
pkg install k9s
|
pkg install k9s
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* Via [Winget](https://github.com/microsoft/winget-cli) for Windows
|
||||||
|
```shell
|
||||||
|
winget install k9s
|
||||||
|
```
|
||||||
|
|
||||||
* Via [Scoop](https://scoop.sh) for Windows
|
* Via [Scoop](https://scoop.sh) for Windows
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue