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 78e8263 commit 51dbb0aCopy full SHA for 51dbb0a
README.md
@@ -20,12 +20,13 @@ bencode.hpp uses [bfg9000](https://jimporter.github.io/bfg9000/) to build and
20
test itself. Building with `bfg9000` is straightforward. Just run the following:
21
22
```sh
23
-$ bfg9000 /path/to/bencode build
24
-$ cd build
+$ /path/to/bencode.hpp/
+$ 9k build/
25
+$ cd build/
26
$ ninja install
27
```
28
-However, since bencode.hpp is a single-file, header-only library, you can just
29
+*However*, since bencode.hpp is a single-file, header-only library, you can just
30
copy `include/bencode.hpp` to your destination of choice.
31
32
## Usage
0 commit comments