From 4d4c9fe6451bd678b8ea1c852a3a7e8b6d6b83f0 Mon Sep 17 00:00:00 2001 From: flightlevel Date: Sun, 3 Mar 2019 15:32:55 +1100 Subject: [PATCH] Improve build instructions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fee43230a..853412314 100644 --- a/README.md +++ b/README.md @@ -515,6 +515,8 @@ All contributions are welcome just send a pull request. ### Windows * Install the .NET Core [SDK](https://www.microsoft.com/net/download/windows) +* Clone Jackett +* From the `src` directory, run `dotnet restore` * Open the Jackett solution in Visual Studio 2017 (version 15.9 or above) * Right click on the Jackett solution and click 'Rebuild Solution' to restore nuget packages * Select Jackett.Server as startup project