From 06da4efdc3b47101b1d0600dbc3768a7ac48c27c Mon Sep 17 00:00:00 2001 From: Gary Woodfine Date: Thu, 22 Feb 2018 13:39:54 +0000 Subject: [PATCH] Updated Readme --- README.md | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9cfdc10..cd6ab7b 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Threenine.Map -[![Build status](https://ci.appveyor.com/api/projects/status/6ob8lbutfecvi5n3/branch/master?svg=true)](https://ci.appveyor.com/project/garywoodfine/reflectmap/branch/master) [![NuGet](http://img.shields.io/nuget/v/Threenine.Map.svg)](https://www.nuget.org/packages/Threenine.Map/) [![Twitter Follow](https://img.shields.io/twitter/follow/threenine39.svg?style=social?maxAge=2592000)](https://twitter.com/threenine39) [![Documentation Status](https://readthedocs.org/projects/threeninemap/badge/?version=latest)](http://threeninemap.readthedocs.io/en/latest/?badge=latest) +[![Build status](https://ci.appveyor.com/api/projects/status/6ob8lbutfecvi5n3/branch/master?svg=true)](https://ci.appveyor.com/project/garywoodfine/reflectmap/branch/master) [![NuGet](http://img.shields.io/nuget/v/Threenine.Map.svg)](https://www.nuget.org/packages/Threenine.Map/) [![NuGet Downloads](http://img.shields.io/nuget/dt/Threenine.Map.svg?style=flat)](https://www.nuget.org/packages/Threenine.Map/) [![Twitter Follow](https://img.shields.io/twitter/follow/threenine39.svg?style=social?maxAge=2592000)](https://twitter.com/threenine39) [![Documentation Status](https://readthedocs.org/projects/threeninemap/badge/?version=latest)](http://threeninemap.readthedocs.io/en/latest/?badge=latest) Want a simple way to create clean & simple configuration for AutoMapper? @@ -7,9 +7,23 @@ Threenine.Map helps you do this by just implementing one of the mapping interfac The library combines all the power of Automapper to assist in implementing mappings in projects by locating the mapping logic within the Domain Objects & View Models. +Install +======================= +You can find the package on [NuGet Gallery](https://www.nuget.org/packages/Threenine.Map/). + +To install Threenine.Map, run the following command in the Package Manager Console: + +`Install-Package Threenine.Map` + +or using the Dotnet Core CLI + +`dotnet add package Threenine.Map` + ## Documentation -Comprehensive documentation and examples of use of available on [Threenine.Map](http://threeninemap.readthedocs.io/en/latest/Getting-started.html) +We are currently compiling comprehensive documentation and examples of use of available on [Threenine.Map - Read the Docs](http://threeninemap.readthedocs.io/en/latest/Getting-started.html). + +If you find there are aspects of the library that you are unsure of or would like further clarification, [report an issue](https://github.com/threenine/ReflectMap/issues) and we'll attempt to address is as soon as resource allows.