From cb74a3d58ee1b6ac61fb5c8704e114873729c40b Mon Sep 17 00:00:00 2001 From: Cassius Vonthill <39351381+CassiusVonthill@users.noreply.github.com> Date: Sun, 25 Nov 2018 21:34:54 +0000 Subject: [PATCH] Proper access to CLI and remove container once finished --- 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 4cf9bef..112c5ea 100644 --- a/Docker-usage-instructions.md +++ b/Docker-usage-instructions.md @@ -4,7 +4,7 @@ To pull the latest version: To export: - $ docker run tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL + $ docker run -it --rm tyrrrz/discordchatexporter export -t TOKEN -c CHANNEL ## Credits to [@simnalamburt](https://github.com/simnalamburt) \ No newline at end of file