What problem does this solve?
reposcan currently only ships binaries for Linux (linux/amd64) and macOS (darwin/amd64, darwin/arm64). Windows users have no pre-built binary and no documented path to run the tool, which excludes a large portion of potential users.
Proposed solution
- Document how to add the binary to PATH on Windows
- Update any path examples (e.g. ~/.config/reposcan/config.toml → %APPDATA%\reposcan\config.toml)
- Note any shell-specific differences (PowerShell vs cmd vs Git Bash) where relevant
- Call out any known limitations on Windows at launch if needed
What problem does this solve?
reposcan currently only ships binaries for Linux (linux/amd64) and macOS (darwin/amd64, darwin/arm64). Windows users have no pre-built binary and no documented path to run the tool, which excludes a large portion of potential users.
Proposed solution