Skip to content

Commit 6ba3146

Browse files
author
Kapil Borle
committed
Add restore instruction to installation
1 parent a469022 commit 6ba3146

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Exit
7575
### From Source
7676

7777
#### Requirements
78-
* .Net Core
78+
* [.NET Core 1.0 SDK Preview 2](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0-preview2-download.md)
7979
* [PlatyPS 0.5.0 or greater](https://github.com/PowerShell/platyPS)
8080

8181
#### Steps
@@ -89,6 +89,10 @@ Exit
8989
```powershell
9090
cd path/to/PSScriptAnalyzer
9191
```
92+
* Restore packages
93+
```powershell
94+
dotnet restore
95+
```
9296
* Build for your platform
9397
* Windows PowerShell version 5.0 and greater
9498
```powershell

0 commit comments

Comments
 (0)