File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,13 +21,13 @@ WS2012R2 / Windows 8.1 / Windows OS running PowerShell v5.0 which can be obtaine
21
21
Installation
22
22
============
23
23
24
- 1 . Build the Code using Visual Studio
24
+ 1 . Build the Code using Visual Studio [ solution part of the repo ]
25
25
26
- 2 . Copy following files to ``` $env:ProgramFiles\WindowsPowerShell\Modules\ScriptAnalyzer ```
26
+ 2 . Copy files from `` ~/ProjectRoot/ScriptAnalyzer `` to ``` $env:ProgramFiles\WindowsPowerShell\Modules\ScriptAnalyzer ```
27
27
28
28
3 . In PowerShell Console:
29
29
``` powershell
30
- Import-Module $env:ProgramFiles\WindowsPowerShell\Modules\ ScriptAnalyzer\PSScriptAnalyzer.psd1
30
+ Import-Module ScriptAnalyzer
31
31
```
32
32
33
33
To confirm installation: run ``` Get-ScriptAnalyzerRule ``` in the PowerShell console to obtain the built-in rules
You can’t perform that action at this time.
0 commit comments