From aebd8ed5cec6c40e7ea4396ec0c8864f1db27e3a Mon Sep 17 00:00:00 2001 From: Breno Martinusso Date: Mon, 23 Feb 2015 10:41:53 -0300 Subject: [PATCH] Added installation instructions --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d83984..3f8f979 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,20 @@ The Ini.Net is a simple .NET library for handling INI files. [![Nuget downloads](http://img.shields.io/nuget/dt/ini.net.svg)](https://www.nuget.org/packages/ini.net/) -## Roadmap - - Our [Github Issue Tracker](https://github.com/martinusso/Ini.Net/issues) gives a more detailed view of what needs to be done. +## Installation + +To install Ini.Net, run the following command in the [Package Manager Console](http://docs.nuget.org/consume/package-manager-console) +```csharp +Install-Package ini.net +``` + +Or use the Package Manager in Visual Studio. ## Ini.Net wiki - [Welcome to the Ini.Net wiki!](https://github.com/martinusso/Ini.Net/wiki) +## Roadmap + - Our [Github Issue Tracker](https://github.com/martinusso/Ini.Net/issues) gives a more detailed view of what needs to be done. ## Contributing