Skip to content

Commit 9d7ba5d

Browse files
committed
added more to readme
1 parent cc6dc0d commit 9d7ba5d

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,21 @@ A collection of Analyzers based on the best practices [docs](https://github.com/
1414

1515
![Demo](assets/demo.gif)
1616

17+
## Install
18+
19+
using the latest stable version:
20+
21+
```powershell
22+
Install-Package FluentAssertions.BestPractices
23+
```
24+
25+
using the latest prerelease version:
26+
27+
```powershell
28+
Install-Package FluentAssertions.BestPractices -IncludePrerelease -Source https://ci.appveyor.com/nuget/fluentassertions-bestpractices
29+
```
30+
31+
1732
## Getting Started
1833

1934
### Build

0 commit comments

Comments
 (0)