We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c42c7 commit e4e6704Copy full SHA for e4e6704
1 file changed
README.md
@@ -22,12 +22,14 @@ for information about known differences which you may notice when switching to S
22
23
## Installation
24
25
-StyleCopAnalyzers can be installed using the NuGet Package Manager in Visual Studio 2015.
+StyleCopAnalyzers can be installed using the NuGet command line or the NuGet Package Manager in Visual Studio 2015.
26
27
+**Install using the command line:**
28
```bash
29
Install-Package StyleCop.Analyzers
30
```
31
32
+**Install using the package manager:**
33

34
35
## Team Considerations
0 commit comments