From 61e7b9eed920972ac1a46c1d35026dfc81e43c56 Mon Sep 17 00:00:00 2001 From: devgianlu Date: Tue, 30 Jul 2024 15:58:57 +0200 Subject: [PATCH] chore: update README --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) 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