diff --git a/README.md b/README.md index c1b16d84..7a8e7561 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,20 @@ The library is targeting both `.NET Standard 2.0` and `.NET Standard 2.1` for op |UWP|`10.0.16299` and higher| |Unity|`2018.1` and higher| -## Get the library -[![Nuget version](https://img.shields.io/nuget/v/kucoin.net.svg?style=for-the-badge)](https://www.nuget.org/packages/Kucoin.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/kucoin.Net.svg?style=for-the-badge)](https://www.nuget.org/packages/Kucoin.Net) - +## Install the library + +### NuGet +[![NuGet version](https://img.shields.io/nuget/v/Kucoin.net.svg?style=for-the-badge)](https://www.nuget.org/packages/Kucoin.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/Kucoin.Net.svg?style=for-the-badge)](https://www.nuget.org/packages/Kucoin.Net) + dotnet add package Kucoin.Net + +### GitHub packages +Kucoin.Net is available on [GitHub packages](https://github.com/JKorf/Kucoin.Net/pkgs/nuget/Kucoin.Net). You'll need to add `https://nuget.pkg.github.com/JKorf/index.json` as a NuGet package source. + +### Download release +[![GitHub Release](https://img.shields.io/github/v/release/JKorf/Kucoin.Net?style=for-the-badge&label=GitHub)](https://github.com/JKorf/Kucoin.Net/releases) + +The NuGet package files are added along side the source with the latest GitHub release which can found [here](https://github.com/JKorf/Kucoin.Net/releases). ## How to use *REST Endpoints* diff --git a/docs/index.html b/docs/index.html index fd8ebe77..8d01ba25 100644 --- a/docs/index.html +++ b/docs/index.html @@ -156,7 +156,7 @@

Support the project

============================ -->

Getting Started

-

The packge is available on Nuget. After installing the package the Kucoin API is available by using the KucoinRestClient and KucoinSocketClient.

+

The package is available on Nuget. After installing the package the Kucoin API is available by using the KucoinRestClient and KucoinSocketClient.

More information and usage documentation is available at the CryptoExchange.Net documentation page
@@ -168,9 +168,19 @@

Getting Started

Installation

-

Add the package via dotnet, or add it via the package manager.

- +
Nuget
+

+
dotnet add package Kucoin.Net
+ +
GitHub packages
+

Kucoin.Net is available on GitHub packages. You'll need to add https://nuget.pkg.github.com/JKorf/index.json as a NuGet package source.

+ +
Download release
+

+ +

The NuGet package files are added along side the source with the latest GitHub release which can found here.

+