From 554e53bad5863f59bb2a7b0b5b2d45a92a8d6bcb Mon Sep 17 00:00:00 2001 From: David <39565245+dmunozv04@users.noreply.github.com> Date: Sat, 14 Oct 2023 17:55:38 +0200 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index 5522da4..81dd1b2 100644 --- a/Installation.md +++ b/Installation.md @@ -11,6 +11,7 @@ Run it with the following command: docker run --rm -it \ -v /PATH_TO_YOUR_DATA_DIR:/app/data \ --net=host \ # Remove line on windows and macOS +-e TERM=$TERM -e COLORTERM=$COLORTERM \ #Remove if you get errors/graphical glitches ghcr.io/dmunozv04/isponsorblocktv \ --setup ```