From 6b5994984ecf2f91cc1e6d2cc13c6c7ca509a9ed Mon Sep 17 00:00:00 2001 From: niku Date: Thu, 18 May 2023 08:08:32 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) 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 +```