From 54555a129c364446eed3dc792e41528bf3cbce0e Mon Sep 17 00:00:00 2001 From: Kevin Hellemun Date: Sat, 23 Dec 2017 21:31:50 +0100 Subject: [PATCH] Added installation instructions to README.md. (bunq/sdk_csharp#61) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 92b4076..8229337 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,11 @@ This SDK is in **beta**. We cannot guarantee constant availability or stability. Thanks to your feedback we will make improvements on it. ## Installation -TBA + The `sdk_csharp` is hosted on [nuget](https://www.nuget.org/packages/Bunq.Sdk). + +```Install-Package Bunq.Sdk``` + +```dotnet add package Bunq.Sdk``` ## Usage