From 6e0e41670672d0aa524a3df859feb6f772381c07 Mon Sep 17 00:00:00 2001 From: Rob Quist Date: Sun, 29 Sep 2024 17:43:02 +0200 Subject: [PATCH] Update README.md (#2890) Update installation information for Ubuntu / Debian --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index c2eb3c95..2bc7138b 100644 --- a/README.md +++ b/README.md @@ -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