Skip to content

Commit

Permalink
readme: add more ExaBGP reference
Browse files Browse the repository at this point in the history
  • Loading branch information
hack3ric committed Jan 16, 2025
1 parent 44093cb commit 08d00da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,10 @@ Or, skip integration tests and run only unit tests:
$ cargo test -- --skip integration_tests
```

BIRD path can be specified via the `FLOW_BIRD_PATH` environment variable:
BIRD and ExaBGP path can be specified via the `FLOW_BIRD_PATH` environment variable:

```console
$ FLOW_BIRD_PATH=/path/to/my/bird cargo <...options> test
$ FLOW_BIRD_PATH=/path/to/my/bird FLOW_EXABGP_PATH=/path/to/my/exabgp cargo <...options> test
```

## Future Work
Expand Down

0 comments on commit 08d00da

Please sign in to comment.