Skip to content

Commit b1a58aa

Browse files
Merge pull request #12 from Sabermotamedi/change/add-nuget-commands
Change/add nuget commands
2 parents 7a4d993 + 70ba0a8 commit b1a58aa

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,17 @@ Also, it is new way and also a fast way to create or update a collection Postman
1212

1313
It's easy to use. just you should install the package on your project from the below address and use sample codes for how to call and work with extensions.
1414

15+
16+
**For adding package to your project from Nuget use this command**
17+
18+
```
19+
dotnet add package HttpClientToCurl
20+
```
21+
1522
[Nuget Package Address](https://www.nuget.org/packages/HttpClientToCurl/)
1623

24+
25+
1726
You have **3 ways** to see script result:
1827

1928
**1: Put it in a string variable:**

0 commit comments

Comments
 (0)