From a02f2c64a311cbc010c64d46bd5e870740f1aa6d Mon Sep 17 00:00:00 2001 From: Jimmy Merrild Krag Date: Sun, 12 Nov 2023 19:04:08 +0100 Subject: [PATCH] Update README.md with snap install (#2262) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7eb680e4..aaec3434 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,11 @@ K9s is available on Linux, macOS and Windows platforms. ```shell sudo port install k9s ``` +* Via [snap](https://snapcraft.io/k9s) for Linux + + ```shell + snap install k9s --devmode + ``` * On Arch Linux