Skip to content

Commit 12abfb5

Browse files
authored
Update README.markdown
1 parent 818cab2 commit 12abfb5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.markdown

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ Fast Lightweight Http Api Client
99
* Supports Basic Authentication
1010
* Supports WebHeaderCollection extra parameter
1111

12+
### Installing MiniRest
13+
14+
You should install [MiniRest with NuGet](https://www.nuget.org/packages/MiniRest):
15+
16+
Install-Package MiniRest
17+
18+
Or via the .NET Core command line interface:
19+
20+
dotnet add package MiniRest
21+
1222
### Preview
1323

1424
```csharp

0 commit comments

Comments
 (0)