Regardless of how you obtain your binary of choice, include it in your `$PATH` and you are good to go!
### Building from source
`spud` can be built from source by checking out the commit of your choosing and `go build .`.
### Pre-built binaries
The [releases](https://forge.karnov.club/spadinastan/spud/releases) page contains pre-built binaries that can be downloaded. These are built on tag-push.
The `bootstrap.sh` script should be run to prepare any pre-commit hooks and other required tooling for local development. Checks can be run manually via `pipx run pre-commit run -a`.