From 8da8086d5eebb2362f67c56ea2ba942312463da0 Mon Sep 17 00:00:00 2001 From: Alex Johnstone Date: Mon, 8 Feb 2016 12:57:51 -0800 Subject: [PATCH] Folder and user adjusted to match init file --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index f3c02c0..819bab7 100644 --- a/Installation.md +++ b/Installation.md @@ -42,12 +42,12 @@ PlexPy will be installed to `/usr/local/share/plexpy`. * Open a terminal * Install pre-requisites: `sudo pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git` -* Type: `cd /usr/local/share/` +* Type: `cd /usr/local/` * Type: `sudo git clone https://github.com/drzoidberg33/plexpy.git` * Fix permissions: * Allow all users to run: `sudo chmod 777 plexpy` _OR_ - * Allow only a certain user to run: `sudo chown -R user:group plexpy` + * Allow only a certain user to run: `sudo chown -R _sabnzbd:_sabnzbd plexpy` * Type: `cd plexpy` * Type: `python2 PlexPy.py` * PlexPy will be loaded in your browser or listening @ http://localhost:8181