Skip to content

Commit 2e4b976

Browse files
Update installation instructions in README (#203)
Added alternative installation source for Windows via Scoop. https://github.com/ScoopInstaller/Extras/blob/master/bucket/gdscript-formatter.json
1 parent 643e6bc commit 2e4b976

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@ For detailed documentation and guides, check out these pages:
3030

3131
You can find binaries for Windows, macOS, and Linux in the [releases tab](https://github.com/GDQuest/godot-gdscript-formatter-tree-sitter/releases) of this repository. Download the binary for your platform, unzip it, rename it to the command name you want (e.g. `gdscript-formatter`) and place it somewhere in your system PATH.
3232

33-
Alternatively for Arch Linux, there is the community maintained AUR Package [gdscript-formatter-bin](https://aur.archlinux.org/packages/gdscript-formatter-bin).
33+
**Alternative sources:**
34+
35+
- **Arch Linux:** Community maintained AUR Package [gdscript-formatter-bin](https://aur.archlinux.org/packages/gdscript-formatter-bin).
36+
- **Windows:** Community maintained Scoop package (`scoop install` [`extras/gdscript-formatter`](https://github.com/ScoopInstaller/Extras/blob/master/bucket/gdscript-formatter.json))
3437

3538
To format a file, run:
3639

0 commit comments

Comments
 (0)