Skip to content

Commit d990046

Browse files
committed
Modifying configuration file information
1 parent 91ebc3f commit d990046

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,26 @@ Contact: <manage@trackingmore.org>
2121

2222
## Installation
2323

24+
Downloading the NuGet package using the dotnet CLI
25+
2426
```
2527
$ dotnet add package trackingmore
2628
```
2729

30+
Downloading NuGet Packages with the NuGet Command Line Tool
31+
32+
```
33+
$ nuget install trackingmore
34+
```
35+
36+
The difference with dotnet cli is that you need to manually modify the .csproj file and add the following code
37+
38+
```text
39+
<ItemGroup>
40+
<PackageReference Include="TrackingMore" Version="X.Y.Z" />
41+
</ItemGroup>
42+
```
43+
2844
## Quick Start
2945

3046
```c#

0 commit comments

Comments
 (0)