Skip to content

Commit eaf0572

Browse files
author
Kapil Borle
committed
Update installation in readme
1 parent 6f1ed89 commit eaf0572

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ Installation
5757
Install-Module -Name PSScriptAnalyzer
5858
```
5959

60+
**Note** For PowerShell version `5.1.14393.206` or newer, before installing PSScriptAnayzer, please install the latest Nuget provider by running the following in an elevated PowerShell session.
61+
```powershell
62+
Install-PackageProvider Nuget –force –verbose
63+
Exit
64+
```
65+
6066
#### Requirements
6167

6268
##### Windows

0 commit comments

Comments
 (0)