Add instructions for scoop

mine
Paul Varache 2020-01-10 14:31:35 +00:00
parent a9d3fa1832
commit e68e8bf145
1 changed files with 6 additions and 0 deletions

View File

@ -46,6 +46,12 @@ K9s is available on Linux, OSX and Windows platforms.
yay -S k9s-bin yay -S k9s-bin
``` ```
* Via [Scoop](https://scoop.sh) for Windows
```shell
scoop install k9s
```
* Building from source * Building from source
K9s was built using go 1.13 or above. In order to build K9 from source you must: K9s was built using go 1.13 or above. In order to build K9 from source you must:
1. Clone the repo 1. Clone the repo