Skip to content

Commit 45e3e6c

Browse files
admercsbergmeisterCopilot
authored
Added user-friendly installation instructions (#2141)
* added user-friendly installation instructions * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Christoph Bergmeister <c.bergmeister@gmail.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 669c685 commit 45e3e6c

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
@@ -66,7 +66,11 @@ documentation for the latest release is published on on learn.microsoft.com.
6666
## Installation
6767

6868
To install **PSScriptAnalyzer** from the PowerShell Gallery, see
69-
[Installing PSScriptAnalyzer](https://learn.microsoft.com/powershell/utility-modules/psscriptanalyzer/overview#installing-psscriptanalyzer).
69+
[Installing PSScriptAnalyzer](https://learn.microsoft.com/powershell/utility-modules/psscriptanalyzer/overview#installing-psscriptanalyzer) or simply open PowerShell in a Terminal and run:
70+
71+
```powershell
72+
Install-Module -Name PSScriptAnalyzer
73+
```
7074

7175
To install **PSScriptAnalyzer** from source code:
7276

0 commit comments

Comments
 (0)