Updated Installation (markdown)

JonnyWong16
2018-01-22 14:12:38 -08:00
parent 34a966d05f
commit 31e08ecae1

@@ -47,7 +47,7 @@ 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`
`sudo pkg install python2 py27-sqlite3 py27-openssl security/ca_root_nss git`
* Type: `cd /usr/local/share/`
* Type: `sudo git clone https://github.com/JonnyWong16/plexpy.git`
* Fix permissions:
@@ -70,7 +70,7 @@ PlexPy will be installed to `/usr/local/share/plexpy`.
* Create a new jail for PlexPy (you can also install it within the PMS jail if you wish)
* Open the jail shell.
* Install pre-requisites:
`pkg install python2 databases/py-sqlite3 security/py-openssl security/ca_root_nss git`
`pkg install python2 py27-sqlite3 py27-openssl security/ca_root_nss git`
* Type: `cd /usr/local/share/`
* Type: `git clone https://github.com/JonnyWong16/plexpy.git`
* Fix permissions: