mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-16 02:02:55 -07:00
Update README.md
This commit is contained in:
parent
4c82f4d821
commit
b82eca50b6
1 changed files with 4 additions and 1 deletions
|
@ -52,10 +52,13 @@ sudo wget {release zip file url}
|
||||||
sudo unzip PlexRequests.zip -d /opt/PlexRequests
|
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```
|
```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
|
####Verify Mono properly runs PlexRequests
|
||||||
|
|
||||||
```sudo /usr/bin/mono /opt/PlexRequests/Release/PlexRequests.exe```
|
```sudo /usr/bin/mono /opt/PlexRequests/Release/PlexRequests.exe```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue