From ab195bd36e4f27edb6642632f8db575b631c6d5c Mon Sep 17 00:00:00 2001 From: Bryan Bortz Date: Mon, 9 Nov 2015 14:43:15 -0600 Subject: [PATCH] You forgot to have the user move their current working directory to the PlexPy folder that was just created in Mac OS X Method 2. --- Installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Installation.md b/Installation.md index 6b20905..617df5e 100644 --- a/Installation.md +++ b/Installation.md @@ -64,6 +64,7 @@ PlexPy will be installed to `/Applications/PlexPy` * Open a terminal * Install Git. This can be done via `xcode-select --install` * Type: `mkdir /Applications/PlexPy` + * Type: `cd /Applications/PlexPy` * Type: `git clone https://github.com/drzoidberg33/plexpy.git PlexPy` * Type: `python PlexPy.py` * PlexPy will be loaded in your browser or listening @ http://localhost:8181.