diff --git a/README.md b/README.md index fa93c4baa..72ee6d0a4 100644 --- a/README.md +++ b/README.md @@ -52,10 +52,13 @@ sudo wget {release zip file url} sudo unzip PlexRequests.zip -d /opt/PlexRequests ``` -####Install Mono (this app will be used to actually run the .net libraries and executable) +####Install Mono (must be on v4.x for compatibility) ```sudo apt-get install mono-devel``` +if you're not installing v4.x, check here for instructions: +http://www.mono-project.com/docs/getting-started/install/linux/ + ####Verify Mono properly runs PlexRequests ```sudo /usr/bin/mono /opt/PlexRequests/Release/PlexRequests.exe```