From 5e1680eb3f60a90212363be14cd2cec850a02256 Mon Sep 17 00:00:00 2001 From: DevTwilight Date: Thu, 30 Jul 2026 12:00:48 +0530 Subject: [PATCH] docs: add WinGet package to README as alternative source --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d855a54..900f1ba 100644 --- a/README.md +++ b/README.md @@ -36,8 +36,9 @@ You can find binaries for Windows, macOS, and Linux in the [releases tab](https: **Alternative sources:** -- **Arch Linux:** Community maintained AUR Package [gdscript-formatter-bin](https://aur.archlinux.org/packages/gdscript-formatter-bin). -- **Windows:** Community maintained Scoop package (`scoop install` [`extras/gdscript-formatter`](https://github.com/ScoopInstaller/Extras/blob/master/bucket/gdscript-formatter.json)) +- **Arch Linux:** Community maintained AUR package [gdscript-formatter-bin](https://aur.archlinux.org/packages/gdscript-formatter-bin). +- **Windows:** Community maintained Scoop package (`scoop install` [`extras/gdscript-formatter`](https://github.com/ScoopInstaller/Extras/blob/master/bucket/gdscript-formatter.json)). +- **Windows:** WinGet package (`winget install` `GDQuest.GDScript.Formatter`). - **GitHub Actions:** Community maintained [setup-gdscript-formatter](https://github.com/Modern-Arts-Research-Stories-Next/setup-gdscript-formatter) action for installing the formatter in GitHub Actions workflows. To recursively format all GDScript files in the current folder, run: