Updated Docker usage instructions (markdown)

Yudi
2018-09-13 17:57:17 -03:00
parent ff9659ee48
commit dde298bcd8

@@ -68,7 +68,7 @@ The GUI version doesn't work on non-Windows OS.
# Using DiscordChatExporter with Docker
Open Terminal, replace `TOKEN` and `CHANNEL`, and execute this command to export the chat:
`sudo docker run "-v${PWD}:/a" simnalamburt/discordchatexporter export -t TOKEN -c CHANNEL`
`sudo docker run "-v${PWD}:/a" tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL`
##
Credits to [@simnalamburt](https://github.com/simnalamburt) and [@RenanYudi](https://github.com/RenanYudi)