diff --git a/README.md b/README.md index 32c31f4..7f97190 100644 --- a/README.md +++ b/README.md @@ -9,19 +9,25 @@ Create a `config.yml` file containing: ```yaml device_name: go-librespot credentials: - type: user_pass - user_pass: - username: "" - password: "" + type: interactive ``` -Then, run: +Then run (or grab a prebuilt binary from the [releases](https://github.com/devgianlu/go-librespot/releases) page): ```shell go run ./cmd/daemon ``` -The new device should appear in your Spotify Connect devices. +Follow the instructions on the console for completing authentication and the new device should appear in your Spotify +Connect devices. + +Alternatively, you can use the Zeroconf mode: + +```yaml +device_name: go-librespot +credentials: + type: zeroconf +``` ## API