You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,6 +26,15 @@ on the [GitHub Container Registry](https://github.com/devgianlu/go-librespot/pkg
26
26
27
27
An example Docker Compose configuration for PulseAudio is available [here](/docker-compose.pulse.yml).
28
28
29
+
### Using Brew
30
+
31
+
You can also install go-librespot [using Brew](https://formulae.brew.sh/formula/go-librespot)
32
+
on macOS and Linux (thanks @kriive):
33
+
34
+
```shell
35
+
brew install go-librespot
36
+
```
37
+
29
38
### Building from source
30
39
31
40
To build from source the following prerequisites are necessary:
@@ -51,7 +60,8 @@ Details about cross-compiling go-librespot are described [here](/CROSS_COMPILE.m
51
60
52
61
## Configuration
53
62
54
-
The default directory for configuration files is `~/.config/go-librespot`. On macOS devices, this is `~/Library/Application Support/go-librespot`. You can change this directory with the
63
+
The default directory for configuration files is `~/.config/go-librespot`. On macOS devices, this is
64
+
`~/Library/Application Support/go-librespot`. You can change this directory with the
55
65
`-config_dir` flag. The configuration directory contains:
56
66
57
67
-`config.yml`: The main configuration (does not exist by default)
@@ -79,7 +89,9 @@ credentials:
79
89
If `persist_credentials` is `true`, after connecting to the device for the first time credentials will be stored locally
80
90
and you can switch to interactive mode without having to authenticate manually.
81
91
82
-
If `zeroconf_interfaces_to_advertise` is provided, you can limit interfaces that will be advertised. For example, if you have Docker installed on your host, you may want to disable advertising to its bridge interface, or you may want to disable interfaces that will not be reachable.
92
+
If `zeroconf_interfaces_to_advertise` is provided, you can limit interfaces that will be advertised. For example, if you
93
+
have Docker installed on your host, you may want to disable advertising to its bridge interface, or you may want to
0 commit comments