Skip to content

Commit

Permalink
add installation guide for cli tool
Browse files Browse the repository at this point in the history
  • Loading branch information
digizeph committed Jan 3, 2022
1 parent f885318 commit 77efdf9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,15 @@ match bmp_msg {

`bgpkit-parser` is bundled with a utility commandline tool `bgpkit-parser-cli`.

You can install the tool by running
```bash
cargo install bgpkit-parser
```
or checkout this repository and run
```bash
cargo install --path .
```

```
➜ cli git:(cli) ✗ bgpkit-parser-cli 0.1.0
Expand Down

0 comments on commit 77efdf9

Please sign in to comment.