Skip to content

Commit 51dbb0a

Browse files
author
Jim Porter
committed
Update docs to describe the new way to build via bfg
1 parent 78e8263 commit 51dbb0a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,13 @@ bencode.hpp uses [bfg9000](https://jimporter.github.io/bfg9000/) to build and
2020
test itself. Building with `bfg9000` is straightforward. Just run the following:
2121

2222
```sh
23-
$ bfg9000 /path/to/bencode build
24-
$ cd build
23+
$ /path/to/bencode.hpp/
24+
$ 9k build/
25+
$ cd build/
2526
$ ninja install
2627
```
2728

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
2930
copy `include/bencode.hpp` to your destination of choice.
3031

3132
## Usage

0 commit comments

Comments
 (0)