Skip to content

Commit

Permalink
Update README.md (#2890)
Browse files Browse the repository at this point in the history
Update installation information for Ubuntu / Debian
  • Loading branch information
RobQuistNL authored Sep 29, 2024
1 parent 2492402 commit 6e0e416
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e0e416

Please sign in to comment.