Update README for downloading releases
This commit is contained in:
parent
27f0436a18
commit
3bc24bb3f8
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ Uploads .torrent files from a local "blackhole" to a remote (SSH) rtorrent watch
|
|||
2. Run `$ go get -u github.com/tblyler/hoarder/cmd/hoarder`
|
||||
3. If your `GOPATH` is in your `PATH`, run `$ hoarder -config $PATH_TO_HOARDER_CONF`
|
||||
|
||||
## Precompiled
|
||||
1. Go to the [Hoarder releases page](https://github.com/tblyler/hoarder/releases)
|
||||
2. Look at whichever release you're interested in
|
||||
3. Download a precompiled binary for the given operating system of your choice
|
||||
4. Make the binary executable and run
|
||||
|
||||
# Configuration
|
||||
## Example
|
||||
```yaml
|
||||
|
|
Loading…
Reference in a new issue