From 0ba555f1ecf9f9e490a1dd5fc41d81ef83983496 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 30 Jan 2023 15:00:05 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2da32e6..1fd669d 100644 --- a/README.md +++ b/README.md @@ -73,11 +73,11 @@ You MUST mount your media volumes in subgen the same way Plex sees them. For ex ## Running without Docker -You might have to tweak the script a little bit, but will work just fine without Docker. All docker variables will be edited directly in the subgen_nodocker.py file. As mentioned above, your paths still have to match Plex. +You might have to tweak the script a little bit, but will work just fine without Docker. You can either set the variables as environment variables in your CLI or edit the script manually at the top. As mentioned above, your paths still have to match Plex. Example of instructions if you're on a Debian based linux: ```sh -wget https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen_nodocker.py +wget https://raw.githubusercontent.com/McCloudS/subgen/main/subgen/subgen.py apt-get update && apt-get install -y ffmpeg git gcc python3 pip3 install webhook_listener python3 -u subgen_nodocker.py