diff --git a/README.md b/README.md index 859d30d..2e067f1 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/KrakenExchange.net.svg?style=for-the-badge)](https://www.nuget.org/packages/KrakenExchange.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/KrakenExchange.Net.svg?style=for-the-badge)](https://www.nuget.org/packages/KrakenExchange.Net) +## Install the library + +### NuGet +[![NuGet version](https://img.shields.io/nuget/v/KrakenExchange.net.svg?style=for-the-badge)](https://www.nuget.org/packages/KrakenExchange.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/KrakenExchange.Net.svg?style=for-the-badge)](https://www.nuget.org/packages/KrakenExchange.Net) dotnet add package KrakenExchange.Net + +### GitHub packages +Kraken.Net is available on [GitHub packages](https://github.com/JKorf/Kraken.Net/pkgs/nuget/KrakenExchange.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/Kraken.Net?style=for-the-badge&label=GitHub)](https://github.com/JKorf/Kraken.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/Kraken.Net/releases). ## How to use *REST Endpoints* @@ -63,7 +73,7 @@ CryptoExchange.Net also allows for [easy access to different exchange API's](htt |--|--|--| |Binance|[JKorf/Binance.Net](https://github.com/JKorf/Binance.Net)|[![Nuget version](https://img.shields.io/nuget/v/Binance.net.svg?style=flat-square)](https://www.nuget.org/packages/Binance.Net)| |BingX|[JKorf/BingX.Net](https://github.com/JKorf/BingX.Net)|[![Nuget version](https://img.shields.io/nuget/v/JK.BingX.net.svg?style=flat-square)](https://www.nuget.org/packages/JK.BingX.Net)| -|Bitfinex|[JKorf/Bitfinex.Net](https://github.com/JKorf/Bitfinex.Net)|[![Nuget version](https://img.shields.io/nuget/v/Bitfinex.net.svg?style=flat-square)](https://www.nuget.org/packages/Bitfinex.Net)| +|Kraken|[JKorf/Kraken.Net](https://github.com/JKorf/Kraken.Net)|[![Nuget version](https://img.shields.io/nuget/v/Kraken.net.svg?style=flat-square)](https://www.nuget.org/packages/Kraken.Net)| |Bitget|[JKorf/Bitget.Net](https://github.com/JKorf/Bitget.Net)|[![Nuget version](https://img.shields.io/nuget/v/JK.Bitget.net.svg?style=flat-square)](https://www.nuget.org/packages/JK.Bitget.Net)| |Bybit|[JKorf/Bybit.Net](https://github.com/JKorf/Bybit.Net)|[![Nuget version](https://img.shields.io/nuget/v/Bybit.net.svg?style=flat-square)](https://www.nuget.org/packages/Bybit.Net)| |CoinEx|[JKorf/CoinEx.Net](https://github.com/JKorf/CoinEx.Net)|[![Nuget version](https://img.shields.io/nuget/v/CoinEx.net.svg?style=flat-square)](https://www.nuget.org/packages/CoinEx.Net)| diff --git a/docs/index.html b/docs/index.html index a8734ab..ec8fde5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -157,7 +157,7 @@

Support the project

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

Getting Started

-

The packge is available on Nuget. After installing the package the Kraken API is available by using the KrakenRestClient and KrakenSocketClient.

+

The package is available on Nuget. After installing the package the Kraken API is available by using the KrakenRestClient and KrakenSocketClient.

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

Getting Started

Installation

-

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

- +
Nuget
+

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

Kraken.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.

+