From 3c1676ba4e36201a59d2f00e619a17848a9634ab Mon Sep 17 00:00:00 2001
From: Aleksei Romanenko <alex.romanenko@linkup.com>
Date: Tue, 6 Jun 2023 09:01:27 -0500
Subject: [PATCH] Add instruction how to install k9s through winget

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 753e3bc7ed..d00c08fe1b 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