mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-16 10:09:28 +02:00
README: Some preliminary installation instructions
This commit is contained in:
parent
3ce0851f45
commit
f6b4ea4a46
1 changed files with 11 additions and 0 deletions
11
README.md
11
README.md
|
@ -13,6 +13,17 @@ Scotty transfers your listens/scrobbles and favorite tracks between various musi
|
|||
- Store your favorite tracks from Deezer as a JSPF playlist
|
||||
|
||||
|
||||
## Installation
|
||||
|
||||
Scotty is a command line utility written in Go. Currently the easiest way to get Scotty is by installing it from source with the following command:
|
||||
|
||||
go install go.uploadedlobster.com/scotty@latest
|
||||
|
||||
This requires `go` to be installed on your systems. You can get it from https://go.dev/dl/ .
|
||||
|
||||
In the future pre-built binary releases of Scotty will also be made available.
|
||||
|
||||
|
||||
## Configuration
|
||||
|
||||
Scotty requires the configuration of the services in a configuration file in TOML format. See [scotty.example.toml](./scotty.example.toml) for details.
|
||||
|
|
Loading…
Add table
Reference in a new issue