Updated Docker usage instructions (markdown)

Alexey Golub
2019-07-23 19:44:43 +03:00
parent f761123d54
commit a5e2a56058

@@ -18,6 +18,7 @@ When running in Docker, DiscordChatExporter's working directory is `/app/out`. I
$ docker run --rm -v ${PWD}:/app/out tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL
For more information, you can refer to the `Dockerfile` [here](https://github.com/Tyrrrz/DiscordChatExporter/blob/master/Dockerfile).
##
Special thanks to [@simnalamburt](https://github.com/simnalamburt) (Dockerize) and [@shlagevuk](https://github.com/shlagevuk) (Legacy Script)