Merge pull request #1009 from nikersch/add-webi-install-option

Added webi installer infos - Thank you @nikersch!
mine
Fernand Galiana 2021-03-15 11:13:33 -06:00 committed by GitHub
commit f3b5a20b89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -111,6 +111,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