From 5c0b02b0b83794dd863a67291b4b08a928fef1f7 Mon Sep 17 00:00:00 2001 From: Logykk <35679186+logykk@users.noreply.github.com> Date: Mon, 25 Oct 2021 14:06:26 +1300 Subject: [PATCH] Fix docker run command --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80cfde88..9e6ea1f9 100644 --- a/README.md +++ b/README.md @@ -51,10 +51,13 @@ Options that can be configured in zs_config.json: OVERRIDE_AUTO_WAIT Change this to true if you want to completely disable the wait between songs for faster downloads with the risk of instability ``` -``` -Docker usage: - docker build -t zspotify . Builds the docker image from the Dockerfile - docker run --name zspotify zspotify Creates and runs a container from the image +### Docker Usage + +``` +Build the docker image from the Dockerfile: + docker build -t zspotify . +Create and run a container from the image: + docker run --rm -v "$PWD/ZSpotify Music:/ZSpotify Music" -v "$PWD/ZSpotify Podcasts:/ZSpotify Podcasts" -it zspotify ``` ### Will my account get banned if I use this tool?