Added webi installer infos

mine
Nico Kerschbaumer 2021-01-10 15:49:17 +01:00
parent f929114ae4
commit eedda14575
1 changed files with 11 additions and 0 deletions

View File

@ -82,6 +82,17 @@ K9s is available on Linux, macOS and Windows platforms.
go get -u github.com/derailed/k9s
```
* Via [Webi](https://webinstall.dev) for Linux and macOS
```shell
curl -sS https://webinstall.dev/k9s | bash
```
* Via [Webi](https://webinstall.dev) for Windows
```shell
curl.exe -A MS https://webinstall.dev/k9s | powershell
```
---
## Building From Source