From 248f7bc56ca76217ede62f13fbb8337b94823bd1 Mon Sep 17 00:00:00 2001 From: Aleksei Romanenko Date: Wed, 14 Jun 2023 09:00:30 -0500 Subject: [PATCH] Add instruction how to install k9s through winget (#2117) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 753e3bc7..d00c08fe 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,11 @@ K9s is available on Linux, macOS and Windows platforms. pkg install k9s ``` +* Via [Winget](https://github.com/microsoft/winget-cli) for Windows + ```shell + winget install k9s + ``` + * Via [Scoop](https://scoop.sh) for Windows ```shell