Skip to content

Commit

Permalink
docs(readme): getting started
Browse files Browse the repository at this point in the history
  • Loading branch information
richardschneider committed Dec 14, 2016
1 parent 963cad8 commit 69208d7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,17 @@
[![Coverage Status](https://coveralls.io/repos/richardschneider/net-ipfs-api/badge.svg?branch=master&service=github)](https://coveralls.io/github/richardschneider/net-ipfs-api?branch=master)
[![Version](https://img.shields.io/nuget/v/Ipfs.Api.svg)](https://www.nuget.org/packages/Ipfs.Api)

InterPlanetary File System API for .Net (C#, VB, F# ...)
Provides access to the [Inter Planetary File System API](https://ipfs.io/docs/api/) for .Net (C#, VB, F# ...)

## Getting started

Published releases of IPFS API are available on [NuGet](https://www.nuget.org/packages/ipfs.api/). To install, run the following command in the [Package Manager Console](https://docs.nuget.org/docs/start-here/using-the-package-manager-console).

PM> Install-Package Ipfs.Api

For the latest build or older non-released builds see [Continuous Integration](https://github.com/richardschneider/net-ipfs-core/wiki/Continuous-Integration).

# License
Copyright © 2015-2016 Richard Schneider ([email protected])

The IPFS Core library is licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php "Read more about the MIT license form") license. Refere to the [LICENSE](https://github.com/richardschneider/net-ipfs-api/blob/master/LICENSE) file for more information.
Binary file modified src/IpfsApi.nuspec
Binary file not shown.

0 comments on commit 69208d7

Please sign in to comment.