Feat: Scoop Support for Windows
Windows users can now install gentle-ai via Scoop:
scoop bucket add gentleman https://github.com/Gentleman-Programming/scoop-bucket
scoop install gentle-aiUpdates are as simple as scoop update gentle-ai. No more manual binary downloads.
Migrating from the PowerShell installer?
If you previously installed via install.ps1, remove the old binary first:
Remove-Item "$env:LOCALAPPDATA\gentle-ai" -Recurse -ForceThen install via Scoop as shown above.
What changed
- Added
scoopssection to.goreleaser.yaml— GoReleaser now publishes to bothhomebrew-tapandscoop-bucketautomatically on every release - Created
scoop-bucketrepository - Updated README with Scoop installation instructions