Skip to content

Commit 69208d7

Browse files
docs(readme): getting started
1 parent 963cad8 commit 69208d7

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,17 @@
44
[![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)
55
[![Version](https://img.shields.io/nuget/v/Ipfs.Api.svg)](https://www.nuget.org/packages/Ipfs.Api)
66

7-
InterPlanetary File System API for .Net (C#, VB, F# ...)
7+
Provides access to the [Inter Planetary File System API](https://ipfs.io/docs/api/) for .Net (C#, VB, F# ...)
8+
9+
## Getting started
10+
11+
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).
12+
13+
PM> Install-Package Ipfs.Api
14+
15+
For the latest build or older non-released builds see [Continuous Integration](https://github.com/richardschneider/net-ipfs-core/wiki/Continuous-Integration).
16+
17+
# License
18+
Copyright © 2015-2016 Richard Schneider ([email protected])
19+
20+
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.

src/IpfsApi.nuspec

-332 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)