You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -39,6 +39,10 @@ Published releases of IPFS API are available on [NuGet](https://www.nuget.org/pa
39
39
40
40
PM> Install-Package Ipfs.Http.Client
41
41
42
+
Or using [dotnet](https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet?tabs=netcore21)
43
+
44
+
> dotnet add package Ipfs.Http.Client
45
+
42
46
## IpfsClient
43
47
44
48
Every feature of IPFS is a property of the [IpfsClient](https://richardschneider.github.io/net-ipfs-http-client/api/Ipfs.Http.IpfsClient.html). The following example
0 commit comments