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 -[](https://www.nuget.org/packages/KrakenExchange.Net) [](https://www.nuget.org/packages/KrakenExchange.Net) +## Install the library + +### NuGet +[](https://www.nuget.org/packages/KrakenExchange.Net) [](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 +[](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)|[](https://www.nuget.org/packages/Binance.Net)| |BingX|[JKorf/BingX.Net](https://github.com/JKorf/BingX.Net)|[](https://www.nuget.org/packages/JK.BingX.Net)| -|Bitfinex|[JKorf/Bitfinex.Net](https://github.com/JKorf/Bitfinex.Net)|[](https://www.nuget.org/packages/Bitfinex.Net)| +|Kraken|[JKorf/Kraken.Net](https://github.com/JKorf/Kraken.Net)|[](https://www.nuget.org/packages/Kraken.Net)| |Bitget|[JKorf/Bitget.Net](https://github.com/JKorf/Bitget.Net)|[](https://www.nuget.org/packages/JK.Bitget.Net)| |Bybit|[JKorf/Bybit.Net](https://github.com/JKorf/Bybit.Net)|[](https://www.nuget.org/packages/Bybit.Net)| |CoinEx|[JKorf/CoinEx.Net](https://github.com/JKorf/CoinEx.Net)|[](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 @@
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
.
Add the package via dotnet, or add it via the package manager.
- +dotnet add package KrakenExchange.Net
+
+ 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.
The NuGet package files are added along side the source with the latest GitHub release which can found here.
+