diff --git a/docs/Getting-started.rst b/docs/Getting-started.rst index 3598559..44811e9 100644 --- a/docs/Getting-started.rst +++ b/docs/Getting-started.rst @@ -14,4 +14,16 @@ What makes AutoMapper interesting is that it provides some interesting conventio How to install ============== Threenine.map is available via a nuget package `Threenine.map -`_. \ No newline at end of file +`_. + +Install via package manager : +:: + + Install-Package Threenine.Map + +Or using the dotnet core cli : +:: + + dotnet add package Threenine.Map + + diff --git a/docs/index.rst b/docs/index.rst index 6197186..cc5ef5d 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -20,11 +20,7 @@ .. _feature-docs: -.. toctree:: - :maxdepth: 2 - :caption: Feature Documentation - MappingConfigurationFactory Introduction ============ @@ -39,5 +35,9 @@ Threenine.Map supports the following platforms: * .NET 4.5.2+ * .NET Platform Standard 2.0 +.. toctree:: + :maxdepth: 2 + :caption: Feature Documentation + MappingConfigurationFactory