Skip to content

Commit 89bec56

Browse files
committed
Add Readme
1 parent a593a7f commit 89bec56

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.MD

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#Usage
2+
1. Add to project nuget package System.IO.Abstractions
3+
``` bash
4+
> dotnet add package System.IO.Abstractions
5+
```
6+
2. Add to project nuget package System.IO.Abstractions.Analyzers
7+
``` bash
8+
> dotnet add package System.IO.Abstractions.Analyzers
9+
```

0 commit comments

Comments
 (0)