diff --git a/README.md b/README.md index 31a1369..dd4688d 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/jk.mexc.net.svg?style=for-the-badge)](https://www.nuget.org/packages/JK.Mexc.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/JK.Mexc.Net.svg?style=for-the-badge)](https://www.nuget.org/packages/JK.Mexc.Net) +## Install the library + +### NuGet +[![NuGet version](https://img.shields.io/nuget/v/JK.Mexc.net.svg?style=for-the-badge)](https://www.nuget.org/packages/JK.Mexc.Net) [![Nuget downloads](https://img.shields.io/nuget/dt/JK.Mexc.Net.svg?style=for-the-badge)](https://www.nuget.org/packages/JK.Mexc.Net) dotnet add package JK.Mexc.Net + +### GitHub packages +Mexc.Net is available on [GitHub packages](https://github.com/JKorf/Mexc.Net/pkgs/nuget/JK.Mexc.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/Mexc.Net?style=for-the-badge&label=GitHub)](https://github.com/JKorf/Mexc.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/Mexc.Net/releases). ## How to use *REST Endpoints* diff --git a/docs/index.html b/docs/index.html index 43347c0..b94afd5 100644 --- a/docs/index.html +++ b/docs/index.html @@ -156,7 +156,7 @@
The packge is available on Nuget. After installing the package the Mexc API is available by using the MexcRestClient
and MexcSocketClient
.
The package is available on Nuget. After installing the package the Mexc API is available by using the MexcRestClient
and MexcSocketClient
.
Add the package via dotnet, or add it via the package manager.
- +dotnet add package JK.Mexc.Net
+
+ Mexc.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.
+