1
0
Fork 0
mirror of https://github.com/Jackett/Jackett synced 2025-02-22 06:10:49 +00:00

Update Windows build instructions

This commit is contained in:
kaso17 2018-08-30 18:49:54 +02:00 committed by GitHub
parent 48f72a3096
commit fcda42b9f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) * 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) * 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 * 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 * Build/Start the project
### OSX ### OSX