From dde298bcd804a0d64ea4ff5cc6039100534b7084 Mon Sep 17 00:00:00 2001 From: Yudi Date: Thu, 13 Sep 2018 17:57:17 -0300 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 fc811aa..909cf60 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -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) \ No newline at end of file