diff --git a/README.md b/README.md index 2380ab738..87c8d7a2b 100644 --- a/README.md +++ b/README.md @@ -637,7 +637,7 @@ All contributions are welcome just send a pull request. * Install the .NET Core [SDK](https://www.microsoft.com/net/download/windows) * Clone Jackett * Open Powershell and from the `src` directory, run `dotnet restore` -* Open the Jackett solution in Visual Studio 2019 (version 16.3 or above) +* Open the Jackett solution in Visual Studio 2019 (version 16.4 or above) * Right click on the Jackett solution and click 'Rebuild Solution' to restore nuget packages * Select Jackett.Server as startup project * In the drop down menu of the run button select "Jackett.Server" instead of "IIS Express"