From 5bf040ccbe3ad6ea8fbfc08084f669bd661f6078 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 29 Jul 2022 16:39:50 -0500 Subject: [PATCH] Call out need to be in PMM dir --- docs/home/guides/local.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/home/guides/local.md b/docs/home/guides/local.md index cf575f8d..42de773b 100644 --- a/docs/home/guides/local.md +++ b/docs/home/guides/local.md @@ -150,6 +150,17 @@ cd Plex-Meta-Manager **NOTE: The rest of this walkthrough assumes you are staying in this directory in this terminal/Powershell window.** +**IMPORTANT: In the future, when you want to run PMM at teh command line, you have to be in this directory.** + +When you open a command window to run PMM, the first step will always be: + +``` +cd ~ +cd Plex-Meta-Manager +``` + +There are parts of the code that are assuming and expecting that you will be in this directory when you run PMM [the fonts used in overlays are one example]. Be sure that you are always in this directory when you run PMM. +
What did that do?
@@ -172,6 +183,7 @@ cd Plex-Meta-Manager This moves into the directory that was created by the `clone` command. +
Later on you can move it elsewhere if you want, but for now put it there. This will ensure that everything to follow works just like it says here. Presumably you’re reading this because the other docs are unclear to you. Don’t make unilateral changes to my assumptions while doing this.