We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a035491 commit 7408fe2Copy full SHA for 7408fe2
README.md
@@ -87,6 +87,19 @@ Exit
87
88
```docker run -it microsoft/powershell:latest pwsh -c "Install-Module PSScriptAnalyzer -Force; Invoke-ScriptAnalyzer -ScriptDefinition 'gci'"```
89
90
+### From Chocolatey
91
+
92
+If you prefer to manage PSScriptAnalyzer as a Windows package, you can use [Chocolatey](https://chocolatey.org) to install it.
93
94
+If you don't have Chocolatey, you can install it from the [Chocolately Install page](https://chocolatey.org/install).
95
+With Chocolatey installed, execute the following command to install PSScriptAnalyzer:
96
97
+```powershell
98
+choco install psscriptanalyzer
99
+```
100
101
+Note: the PSScriptAnalyzer Chocolatey package is provided and supported by the community.
102
103
### From Source
104
105
#### Requirements
0 commit comments