Skip to content

Commit 74f8a95

Browse files
committed
Merge pull request #2117 from wwwlicious/patch-1
Update README.md
2 parents ecf7471 + e4e6704 commit 74f8a95

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,14 @@ for information about known differences which you may notice when switching to S
2222

2323
## Installation
2424

25-
StyleCopAnalyzers can be installed using the NuGet Package Manager in Visual Studio 2015.
25+
StyleCopAnalyzers can be installed using the NuGet command line or the NuGet Package Manager in Visual Studio 2015.
2626

27+
**Install using the command line:**
28+
```bash
29+
Install-Package StyleCop.Analyzers
30+
```
31+
32+
**Install using the package manager:**
2733
![Install via nuget](https://cloud.githubusercontent.com/assets/1408396/8233513/491f301a-159c-11e5-8b7a-1e16a0695da6.png)
2834

2935
## Team Considerations

0 commit comments

Comments
 (0)