Skip to content

Commit 1d1122d

Browse files
committed
Add installation instructions to readme
1 parent be5a14b commit 1d1122d

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ A .NET library for encoding and decoding bencode.
1212
Overview
1313
--------
1414

15+
- [Installation](#installation)
1516
- [Usage](#usage)
1617
- [Torrents](#torrents)
1718
- [File modes](#file-modes)
@@ -22,6 +23,16 @@ Overview
2223
- [Upgrading from 1.x to 2.0](#upgrading-from-version-1x-to-20)
2324

2425

26+
Installation
27+
------------
28+
29+
Install the package **BencodeNET** from [NuGet](https://www.nuget.org/packages/BencodeNET/)
30+
or install it from the [Package Manager Console](https://docs.microsoft.com/da-dk/nuget/tools/package-manager-console):
31+
32+
```
33+
PM> Install-Package BencodeNET
34+
```
35+
2536
Usage
2637
-----
2738
### Torrents

0 commit comments

Comments
 (0)