Skip to content

Commit 2773e8f

Browse files
authored
Merge pull request #62 from bunq/feature/add_installation_instructions-bunq/sdk_csharp#61
Added installation instructions to README.md. (#61)
2 parents c71114b + 54555a1 commit 2773e8f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ This SDK is in **beta**. We cannot guarantee constant availability or stability.
2222
Thanks to your feedback we will make improvements on it.
2323

2424
## Installation
25-
TBA
25+
The `sdk_csharp` is hosted on [nuget](https://www.nuget.org/packages/Bunq.Sdk).
26+
27+
```Install-Package Bunq.Sdk```
28+
29+
```dotnet add package Bunq.Sdk```
2630

2731
## Usage
2832

0 commit comments

Comments
 (0)