We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ecf7471 + e4e6704 commit 74f8a95Copy full SHA for 74f8a95
1 file changed
README.md
@@ -22,8 +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