We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a469022 commit 6ba3146Copy full SHA for 6ba3146
README.md
@@ -75,7 +75,7 @@ Exit
75
### From Source
76
77
#### Requirements
78
-* .Net Core
+* [.NET Core 1.0 SDK Preview 2](https://github.com/dotnet/core/blob/master/release-notes/download-archives/1.0-preview2-download.md)
79
* [PlatyPS 0.5.0 or greater](https://github.com/PowerShell/platyPS)
80
81
#### Steps
@@ -89,6 +89,10 @@ Exit
89
```powershell
90
cd path/to/PSScriptAnalyzer
91
```
92
+* Restore packages
93
+ ```powershell
94
+ dotnet restore
95
+ ```
96
* Build for your platform
97
* Windows PowerShell version 5.0 and greater
98
0 commit comments