Updated Docker usage instructions (markdown)

Alexey Golub
2019-03-22 20:58:46 +02:00
parent 179aeb1669
commit 75b61f98af

@@ -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
##