From acbbf0688957b8ef955bf4c30da48d4762f22c4b Mon Sep 17 00:00:00 2001 From: Aleksander Waage Date: Fri, 14 Aug 2020 20:18:06 +0200 Subject: [PATCH] readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2594521f..0a341ea9 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ - Edit the entry `` to point to your OWML directory (it is installed inside the Mod Manager directory); - Open the project solution file `QSB.sln` in Visual Studio; - If needed, right click `References` in the Solution Explorer > Manage NuGet Packages > Update OWML to fix missing references; +- Run this to stop tracking QSB.csproj.user: ```git update-index --skip-worktree QSB/QSB.csproj.user``` After doing this, the project references should be working. When you build the solution, the dll and json files will be copied to `[Mod Manager directory]/OWML/QSB`. If this process is successful, you should see the mod show up in the Mod Manager.