diff --git a/README.md b/README.md index e65003e..5676f43 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,14 @@ # streamrip-docker + +Container image for [nathom's streamrip](https://github.com/nathom/streamrip). + ```sh -docker run -it -e DEEZER_NUTS=$TOKEN -e QOBUZ_USERID=$QOBUZ_USERID -e QOBUZ_TOKEN=$QOBUZ_TOKEN git.cesium.pw/niku/streamrip-docker -``` \ No newline at end of file +docker run \ + -e DEEZER_NUTS=$TOKEN \ + -e QOBUZ_USERID=$QOBUZ_USERID \ + -e QOBUZ_TOKEN=$QOBUZ_TOKEN \ + --name streamrip \ + -d git.cesium.pw/niku/streamrip-docker + +docker exec streamrip rip url +```