From aec6d853b380d25bcb5bd7212a0e9b322fd4b5d1 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 4 Apr 2020 03:53:03 +0530 Subject: [PATCH] Use latest release tag in docs --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e8735d9..ab04863 100644 --- a/README.md +++ b/README.md @@ -28,13 +28,13 @@ A docker image is available at `captn3m0/muse-dl` on Docker Hub. The working dir ``` # Download the book, and put it in your Downloads directory -docker run -it /home/nemo/Downloads:/data captn3m0/muse-dl https://muse.jhu.edu/book/875 +docker run -it /home/nemo/Downloads:/data captn3m0/muse-dl:v1.0.2 https://muse.jhu.edu/book/875 # If you have a list.txt file in your Downloads directory, then you can run -docker run -it /home/nemo/Downloads:/data captn3m0/muse-dl /data/list.txt +docker run -it /home/nemo/Downloads:/data captn3m0/muse-dl:v1.0.2 /data/list.txt # If you want to keep the temporary files with your host, and not delete them -docker run -it /home/nemo/Downloads:/data /tmp:/musetmp --tmp-dir /musetmp --no-cleanup https://muse.jhu.edu/book/875 +docker run -it /home/nemo/Downloads:/data /tmp:/musetmp captn3m0/muse-dl:v1.0.2 --tmp-dir /musetmp --no-cleanup https://muse.jhu.edu/book/875 ``` ### Docker Images