From 45ab1b57a7a950c9f7e1c846768e3e7dcab48907 Mon Sep 17 00:00:00 2001 From: Martin Malina Date: Sun, 24 Mar 2019 08:41:42 +0100 Subject: [PATCH] Correct output directory info in readme With the docker run command as specified, the files show up in the current directory on the host system, not in output/. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bae3585..0eef40c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Available values for *`BOOK_SLUG`*: $ docker run --rm --volume "$(pwd):/output" -e BOOK_SLUG='srw_book' captn3m0/google-sre-ebook:latest ``` -- You should see the final EPUB/MOBI/PDF files in the `output` directory after the above runs. +- You should see the final EPUB/MOBI/PDF files in the current directory after the above runs. - The file may be owned by the root user. **NOTE:** You'll have to allow docker access to a directory that's local to your system. The safest way to do this is as follows: