From fcda42b9f1f9c93d14962e114d8c059979a52e69 Mon Sep 17 00:00:00 2001 From: kaso17 Date: Thu, 30 Aug 2018 18:49:54 +0200 Subject: [PATCH] Update Windows build instructions --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fff44389f..ff1a68456 100644 --- a/README.md +++ b/README.md @@ -432,7 +432,8 @@ All contributions are welcome just send a pull request. Jackett's framework all * Install the .NET Core [SDK](https://www.microsoft.com/net/download/windows) * Open the Jackett solution in Visual Studio 2017 (version 15.7 or above) * Right click on the Jackett solution and click 'Rebuild Solution' to restore nuget packages -* Select Jackett.Console as startup project +* Select Jackett.Server as startup project +* In the drop down menu of the run button select "Jackett.Server" instead of "IIS Express" * Build/Start the project ### OSX