Skip to content

Commit

Permalink
Added installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinusso committed Feb 23, 2015
1 parent 3b4812f commit aebd8ed
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit aebd8ed

Please sign in to comment.