Update README.md (#2890)

Update installation information for Ubuntu / Debian
mine
Rob Quist 2024-09-29 17:43:02 +02:00 committed by GitHub
parent 2492402ba3
commit 6e0e416706
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 0 deletions

View File

@ -112,6 +112,12 @@ Binaries for Linux, Windows and Mac are available as tarballs in the [release pa
pkg install k9s
```
* On Ubuntu
```shell
wget https://github.com/derailed/k9s/releases/download/v0.32.5/k9s_linux_amd64.deb && apt install ./k9s_linux_amd64.deb && rm k9s_linux_amd64.deb
```
* Via [Winget](https://github.com/microsoft/winget-cli) for Windows
```shell