From 34a966d05f14d00aa444a2ef4a8f466c03b8775e Mon Sep 17 00:00:00 2001 From: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> Date: Sat, 20 Jan 2018 09:05:48 -0800 Subject: [PATCH] Updated Installation (markdown) --- Installation.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Installation.md b/Installation.md index d2aa795..ee2eca8 100644 --- a/Installation.md +++ b/Installation.md @@ -37,9 +37,9 @@ PlexPy will be installed to `/opt/plexpy`. * Type: `cd /opt` * Type: `git clone https://github.com/JonnyWong16/plexpy.git` * Type: `cd plexpy` -* Type: `python PlexPy.py` specify python version if running Ubuntu `python2.7 PlexPy.py` -* PlexPy will be loaded in your browser or listening @ http://localhost:8181 -* To start PlexPy on startup, refer to [[Install as a daemon]] or use `crontab -e` if running Ubuntu and insert `@reboot python2.7 ~/plexpy/PlexPy.py` replace location of executable as needed. e.g. `/opt/plexpy` +* Type: `python PlexPy.py` +* PlexPy will be loaded in your browser or listening on http://localhost:8181 +* To start PlexPy on startup, refer to [[Install as a daemon]] ## FreeBSD @@ -58,7 +58,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`. * If using the pkg version of plexmediaserver use: `sudo chown -R plex:plex /usr/local/share/plexpy` * Type: `cd plexpy` * Type: `python2 PlexPy.py` -* PlexPy will be loaded in your browser or listening @ http://localhost:8181 +* PlexPy will be loaded in your browser or listening on http://localhost:8181 * To start PlexPy on startup, refer to [[Install as a daemon]] @@ -79,7 +79,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`. * Allow only a certain user to run: `chown -R user:group plexpy` * Type: `cd plexpy` * Type: `python2 PlexPy.py` -* PlexPy will be loaded in your browser or listening @ http://localhost:8181 (http://192.168.1.xxx:8181) +* PlexPy will be loaded in your browser or listening on http://localhost:8181 (http://[JAIL-IP]:8181) * To start PlexPy on startup, refer to [[Install as a daemon]] @@ -99,7 +99,7 @@ PlexPy will be installed to `/Applications/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. +* PlexPy will be loaded in your browser or listening on http://localhost:8181. * To start PlexPy on startup, refer to [[Install as a daemon]]