From 68d88686f80a601a99dfe2023e021838ba26f79c Mon Sep 17 00:00:00 2001 From: Aleksander Berus Date: Sun, 28 Dec 2025 19:18:35 +0100 Subject: [PATCH] Add info about winget --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index 6aaf92f13f..f3c6e3a78c 100644 --- a/readme.md +++ b/readme.md @@ -62,6 +62,12 @@ The [current version](https://github.com/qmk/qmk_toolbox/releases) of QMK Toolbo * **Windows:** [standalone](https://github.com/qmk/qmk_toolbox/releases/latest/download/qmk_toolbox.exe), [installer](https://github.com/qmk/qmk_toolbox/releases/latest/download/qmk_toolbox_install.exe) * **macOS**: [standalone](https://github.com/qmk/qmk_toolbox/releases/latest/download/QMK.Toolbox.app.zip), [installer](https://github.com/qmk/qmk_toolbox/releases/latest/download/QMK.Toolbox.pkg) +For Windows users, it is also available via winget (Microsoft Package Manager): + +```powershell +winget install --id QMK.QMKToolbox -e --source winget +``` + For Homebrew users, it is also available as a Cask: ```sh