We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be5a14b commit 1d1122dCopy full SHA for 1d1122d
README.md
@@ -12,6 +12,7 @@ A .NET library for encoding and decoding bencode.
12
Overview
13
--------
14
15
+- [Installation](#installation)
16
- [Usage](#usage)
17
- [Torrents](#torrents)
18
- [File modes](#file-modes)
@@ -22,6 +23,16 @@ Overview
22
23
- [Upgrading from 1.x to 2.0](#upgrading-from-version-1x-to-20)
24
25
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
36
Usage
37
-----
38
### Torrents
0 commit comments