Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ Writing mapping methods is a machine job. Do not waste your time, let Mapster do

[![NuGet](https://img.shields.io/nuget/v/Mapster.svg)](https://www.nuget.org/packages/Mapster)

### Get it
### Installation
Install Mapster with the NuGet CLI:
```
PM> Install-Package Mapster
Install-Package Mapster
```

Or use the .NET core CLI to install Mapster:
```
dotnet add package Mapster
```

### Basic usage
Expand Down