From e7a1b909ecf7be8946946bfdf083838d85f62344 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 18 Sep 2016 19:23:49 -0700 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Installation.md b/Installation.md index 1872355..7417917 100644 --- a/Installation.md +++ b/Installation.md @@ -5,7 +5,7 @@ This guide assume you have [Python 2.7](https://www.python.org/downloads/) insta Very well done [video installation guide by Byte My Bits](https://youtu.be/G2m5UJqHYRs) for method 2. * Method 1 (easy): - * Download PlexPy from GitHub: https://github.com/drzoidberg33/plexpy/zipball/master + * Download PlexPy from GitHub: https://github.com/JonnyWong16/plexpy/zipball/master * Extract the ZIP file. * Double click `PlexPy.py`. * PlexPy will be loaded in your browser or listening @ http://localhost:8181. @@ -19,7 +19,7 @@ Very well done [video installation guide by Byte My Bits](https://youtu.be/G2m5U * Complete the rest of the install with the default options. * Right click on your desktop and select "Git Gui". * Select "Clone Existing Repository". - * In the "Source Location" enter: https://github.com/drzoidberg33/plexpy.git + * In the "Source Location" enter: https://github.com/JonnyWong16/plexpy.git * In "Target Directory" create a new folder where you want to install PlexPy to. * Click "Clone". * When it's finished a Git Gui windows will appear, just close this Window. @@ -33,7 +33,7 @@ PlexPy will be installed to `/opt/plexpy`. * Ubuntu/Debian: `sudo apt-get install git-core` * Fedora: `sudo yum install git` * Type: `cd /opt`. -* Type: `git clone https://github.com/drzoidberg33/plexpy.git` +* Type: `git clone https://github.com/JonnyWong16/plexpy.git` * Type: `cd plexpy` * Type: `python PlexPy.py` * PlexPy will be loaded in your browser or listening @ http://localhost:8181 @@ -47,7 +47,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`. * Install pre-requisites: `sudo pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git` * Type: `cd /usr/local/share/` -* Type: `sudo git clone https://github.com/drzoidberg33/plexpy.git` +* Type: `sudo git clone https://github.com/JonnyWong16/plexpy.git` * Fix permissions: * Allow all users to run: `sudo chmod 777 plexpy` _OR_ @@ -67,7 +67,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`. * Install pre-requisites: `pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git` * Type: `cd /usr/local/share/` -* Type: `git clone https://github.com/drzoidberg33/plexpy.git` +* Type: `git clone https://github.com/JonnyWong16/plexpy.git` * Fix permissions: * Allow all users to run: `chmod 777 plexpy` _OR_ @@ -82,7 +82,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`. PlexPy will be installed to `/Applications/PlexPy` * Method 1 (easy): - * Download PlexPy from GitHub: https://github.com/drzoidberg33/plexpy/zipball/master + * Download PlexPy from GitHub: https://github.com/JonnyWong16/plexpy/zipball/master * Extract the zip to `/Applications/PlexPy`. Make sure you extract the files directly in the root. * Open a terminal * Type: `cd /Applications/PlexPy` @@ -91,7 +91,7 @@ PlexPy will be installed to `/Applications/PlexPy` * Install Git. This can be done via `xcode-select --install` * Type: `mkdir /Applications/PlexPy` * Type: `cd /Applications/` - * Type: `git clone https://github.com/drzoidberg33/plexpy.git PlexPy` + * Type: `git clone https://github.com/JonnyWong16/plexpy.git PlexPy` * Type: `cd PlexPy` * Type: `python PlexPy.py` * PlexPy will be loaded in your browser or listening @ http://localhost:8181.