Call out need to be in PMM dir

pull/1004/head
Chaz Larson 2 years ago committed by meisnate12
parent 062c8b774e
commit 5bf040ccbe

@ -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.
<details>
<summary>What did that do?</summary>
<br />
@ -172,6 +183,7 @@ cd Plex-Meta-Manager
This moves into the directory that was created by the `clone` command.
</details>
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 youre reading this because the other docs are unclear to you. Dont make unilateral changes to my assumptions while doing this.

Loading…
Cancel
Save