Adds FAQ to README.md

This commit is contained in:
Kamron Batman 2018-11-01 12:39:08 -07:00 committed by GitHub
parent dcf64091b1
commit d4a52344f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,9 @@ ModernUO
### Running on Mac/Linux (MONO)
`mono RunUO.exe`
### Troubleshooting / FAQ
#### Scripts fail to compile on Windows
This is usually caused nuget packages not being installed. Install the required packages and rebuild the Server project.
Note: The required nuget packages can be set to automatically restore on build with this [setting](https://docs.microsoft.com/en-us/nuget/consume-packages/media/restore-01-autorestoreoptions.png)