From d4a52344f253b40ca6ec6063891b381a8f9c5757 Mon Sep 17 00:00:00 2001 From: Kamron Batman Date: Thu, 1 Nov 2018 12:39:08 -0700 Subject: [PATCH] Adds FAQ to README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f86a6480e..b93354911 100644 --- a/README.md +++ b/README.md @@ -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)