From 75b61f98afdea272175d0f250a2e587d0f4c9b2e Mon Sep 17 00:00:00 2001 From: Alexey Golub Date: Fri, 22 Mar 2019 20:58:46 +0200 Subject: [PATCH] Updated Docker usage instructions (markdown) --- Docker-usage-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docker-usage-instructions.md b/Docker-usage-instructions.md index 47618de..7310cd4 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -16,7 +16,7 @@ To get help and real-time progress reporting, use interactive mode: When running in Docker, DiscordChatExporter exports to `/app/out` unless `-o/--output` parameter is specified. In order to access the output files, you need to bind the output directory to a directory on your host system. - $ docker run --rm -v /some/path/on/host:/app/out tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL + $ docker run --rm -v $PWD:/app/out tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL ##