@ -38,63 +38,6 @@ Do you have an issue or a question? if so check out our [FAQ!](https://github.co
Looking for a Docker Image? Well [rogueosb](https://github.com/rogueosb/) has created a docker image for us, You can find it [here](https://github.com/rogueosb/docker-plexrequestsnet) :smile:
#Debian/Ubuntu
To configure PlexRequests to run on debian/ubuntu and set it to start up with the system, do the following (via terminal):
####Create a location to drop the files (up to you, we'll use /opt/PlexRequests as an example)
```sudo mkdir /opt/PlexRequests```
####Download the release zip
```
sudo wget {release zip file url}
sudo unzip PlexRequests.zip -d /opt/PlexRequests
```
####Install Mono (must be on v4.x or above for compatibility)
```sudo apt-get install mono-devel```
####Check your Mono version
```sudo mono --version```
if you don't see v4.x or above, uninstall it, and check here for instructions: