From f761123d54eab33c2ec87b1fa26cc993d861504c Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Tue, 23 Jul 2019 19:43:03 +0300 Subject: [PATCH] Revert 6415a3d^...6415a3d on Docker usage instructions --- 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 cb3e53e..9f88f9c 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 `/a`. 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 `/app/out`. 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}:/a tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL + $ docker run --rm -v ${PWD}:/app/out tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL ##