From eaa2fea381ddada62bca7556a96b3e786dea25e3 Mon Sep 17 00:00:00 2001 From: Nemo Date: Sat, 14 Nov 2020 00:30:13 +0530 Subject: [PATCH] [docs] Docker Closes #1 --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11a8dec..798d66a 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,17 @@ docker pull captn3m0/never-say-you-cant-survive docker run --rm --volume "$(pwd):/output" captn3m0/never-say-you-cant-survive:latest ``` +The generated file will get created in your current directory. + +If you are on Windows, instead run: + +``` +docker pull captn3m0/never-say-you-cant-survive +docker run --rm --volume "//c/:/output" captn3m0/never-say-you-cant-survive:latest +``` + +and the generated ebook will be created in the `C:\never-say-you-cant-survive.epub`. + ### Without Docker Dependencies: `ruby`, `wget`, `pandoc` @@ -81,4 +92,4 @@ Licensed under the [MIT License](https://nemo.mit-license.org/). See LICENSE fil ## Other Projects -A list of my other EBook generation projects: https://captnemo.in/ebooks/. \ No newline at end of file +A list of my other EBook generation projects: . \ No newline at end of file