Update README.md

This commit is contained in:
Garfield69 2021-05-02 15:08:03 +12:00
parent 47a4f0f422
commit be64500580
1 changed files with 7 additions and 5 deletions

View File

@ -774,11 +774,13 @@ To use it, please just request a free API key on [OMDb](http://www.omdbapi.com/a
### Windows ### Windows
* Install the .NET 5 [SDK](https://www.microsoft.com/net/download/windows) * Install the .NET 5 [SDK](https://www.microsoft.com/net/download/windows)
* Clone Jackett * Clone Jackett
* Open PowerShell and from the `src` directory, run `dotnet restore` * Open PowerShell and from the `src` directory:
* Open the Jackett solution in Visual Studio 2019 (version 16.4 or above) * - run `dotnet msbuild /restore`
* Right-click on the Jackett solution and click 'Rebuild Solution' to restore NuGet packages * - then run `dotnet restore`
* Select Jackett.Server as the startup project * - and run `dotnet build`
* In the drop-down menu of the run button select "Jackett.Server" instead of "IIS Express" * Open the Jackett solution in Visual Studio 2019 (version 16.9 or above)
* Select **Jackett.Server** as the startup project
* In the drop-down menu of the run button select **Jackett.Server** instead of _IIS Express_
* Build/Start the project * Build/Start the project
### OSX ### OSX