Skip to content

Commit

Permalink
docs; add NuGet instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Heckmann committed Apr 21, 2014
1 parent 803571f commit 7d86f90
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,13 @@ Compatible with .NET >=3.5 and Recurly API v2.

## Installation

Visit the [Releases](https://github.com/recurly/recurly-client-net/releases) page to download the latest version.
If you use [NuGet](http://www.nuget.org/), simply run the following:

```sh
PM> Install-Package recurly-api-client
```

You may also visit our [Releases](https://github.com/recurly/recurly-client-net/releases) page to download the latest version.

Alternatively, you can use use [git](http://git-scm.com/) to work with the latest changes in **development**.

Expand Down

0 comments on commit 7d86f90

Please sign in to comment.