docs: document where binaries can be obtained
This commit is contained in:
parent
3daba14652
commit
6c18ac9e2f
1 changed files with 13 additions and 1 deletions
12
README.md
12
README.md
|
@ -1,3 +1,15 @@
|
|||
# spud
|
||||
|
||||
Service management tooling
|
||||
|
||||
## Setup
|
||||
|
||||
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.
|
||||
|
|
Loading…
Reference in a new issue