Skip to content

Commit

Permalink
Merge pull request #9 from sarumont/docs_updates_2
Browse files Browse the repository at this point in the history
docs: update image tags to proper paths
  • Loading branch information
AngellusMortis authored Aug 19, 2024
2 parents 82739f0 + a33406b commit 8c27db4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ docker run --rm -it \
-e SXM_USERNAME=username \
-e SXM_PASSWORD=password \
-p 9999:9999 \
sxm:latest
angellusmortis/sxm-player:latest
$ ffmpeg -y -i http://127.0.0.1:9999/octane.m3u8 -f mp2 output.mp3
```

Expand All @@ -76,7 +76,7 @@ docker run --rm -it \
-e SXM_USERNAME=username \
-e SXM_PASSWORD=password \
-e SXM_ARCHIVE=octane \
sxm:latest
angellusmortis/sxm-player:latest
```

### Plugins
Expand All @@ -92,5 +92,5 @@ docker run --rm -it \
-e SXM_USERNAME=username \
-e SXM_PASSWORD=password \
-e SXM_DISCORD_TOKEN=token \
sxm:latest
angellusmortis/sxm-player:latest
```

0 comments on commit 8c27db4

Please sign in to comment.