Skip to content

Commit e39ecca

Browse files
authored
Merge pull request #3982 from nameson2672/nameson2672-patch-1
install command from cli is added in README.md
2 parents 9498221 + 27f4ae4 commit e39ecca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,10 @@ First, [install NuGet](http://docs.nuget.org/docs/start-here/installing-nuget).
4848
```
4949
PM> Install-Package AutoMapper
5050
```
51+
Or from the .NET CLI as:
52+
```
53+
dotnet add package AutoMapper
54+
```
5155

5256
### Do you have an issue?
5357

0 commit comments

Comments
 (0)