A scoop bucket for open source FRC software.
Please note these manifests are not maintained by the original app developers. If you experience any issues installing software from this scoop bucket, please create an issue in this repo!
- Open Powershell
- Install Scoop (if it is not already installed)
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser irm get.scoop.sh | iex
- Add this bucket to scoop
scoop bucket add frc https://github.com/hadley31/scoop-frc
- Install an FRC application
scoop install pathplanner
- Run the application
pathplanner
To make a new manifest contribution, please read the Contributing Guide.