mirror of
https://github.com/Jackett/Jackett
synced 2024-12-30 19:58:39 +00:00
Improve build instructions
This commit is contained in:
parent
caf583a684
commit
4d4c9fe645
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue