minor tweaks

call out "same machine" assumption.
fix typo in git update.
pull/946/head
Chaz Larson 2 years ago committed by meisnate12
parent 681db1429f
commit 4d038408e9

@ -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

Loading…
Cancel
Save