From 4d038408e95ad97819ed6d9eaabc12465f6d2d28 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Tue, 28 Jun 2022 12:12:56 -0500 Subject: [PATCH] minor tweaks call out "same machine" assumption. fix typo in git update. --- docs/home/guides/local.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/home/guides/local.md b/docs/home/guides/local.md index fdad23fa..177bc081 100644 --- a/docs/home/guides/local.md +++ b/docs/home/guides/local.md @@ -36,6 +36,9 @@ I am assuming you do not have any of these tools already installed. When writin This walkthrough involves typing commands into a command window. On Mac OS X or Linux, you can use your standard terminal window, whether that's the builtin Terminal app or something like iTerm. On Windows, you should use PowerShell. There are other options for command windows in Windows, but if you want this to work as written, which I assume is the case since you've read this far, you should use Powershell. +IMPORTANT: +This walkthrough is assumign you are doing the entire process on the same platfrom. You're installing PMM and editing files on a single Linux, Windows, or OS X machine. It doesn't account for situations like running PMM on a Linux machine while editing files on your Windows box. + ### Starting up your terminal. Since most of this is typing commands into a terminal, you'll need to have a terminal open. @@ -838,7 +841,7 @@ deactivate ``` cd C:\Users\mroche\Plex-Meta-Manager - git checkout develop + git checkout nightly git pull .\pmm-venv\Scripts\activate python -m pip install -r requirements.txt