From eeb0b3bc39c9040d9cb153074fba37a73d807d9f Mon Sep 17 00:00:00 2001 From: flightlevel Date: Sat, 4 May 2019 21:05:56 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index af2e7e3df..8e0f7b6f1 100644 --- a/README.md +++ b/README.md @@ -561,7 +561,7 @@ 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 Powershell and 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