From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sun, 3 Sep 2023 14:10:58 +0000 (+0100) Subject: Update README.md X-Git-Tag: 4.3~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d39fb7dca32c027ba2804570f5399bd8dc1c51ea;p=thirdparty%2Fshairport-sync.git Update README.md Fix typo in command line! --- diff --git a/docker/README.md b/docker/README.md index 6caf1c4d..51aee15d 100644 --- a/docker/README.md +++ b/docker/README.md @@ -36,7 +36,7 @@ Command line options will be passed to Shairport Sync. Here is an example: ``` $ docker run -d --restart unless-stopped --net host --device /dev/snd \ mikebrady/shairport-sync:latest \ - -v --statistics -a DenSystem -d hw:0 -c PCM + -v --statistics -a DenSystem -- -d hw:0 -c PCM ``` This will send audio to alsa hardware device `hw:0` and make use of the that device's mixer control called `PCM`. The service will be visible as `DenSystem` on the network.