From 6415a3d3fad8efce107df5cb93cbb47be571b582 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Tue, 23 Jul 2019 09:15:25 -0700 Subject: [PATCH] working directory appears to have changed --- Docker-usage-instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Docker-usage-instructions.md b/Docker-usage-instructions.md index 9f88f9c..cb3e53e 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -14,9 +14,9 @@ To get help and real-time progress reporting, use interactive mode: $ docker run --rm -it tyrrrz/discordchatexporter -When running in Docker, DiscordChatExporter's working directory is `/app/out`. In order to access the exported files, you need to bind the output directory to a directory on your host system. +When running in Docker, DiscordChatExporter's working directory is `/a`. In order to access the exported files, you need to bind the output directory to a directory on your host system. - $ docker run --rm -v ${PWD}:/app/out tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL + $ docker run --rm -v ${PWD}:/a tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL ##