mirror of
https://github.com/quantum5/bird-filter.git
synced 2025-04-24 09:01:57 -04:00
Document bird minimum version requirement
This commit is contained in:
parent
458e8e9ed9
commit
37ef7fc152
|
@ -9,7 +9,10 @@ solution like [PathVector][pv].
|
|||
## Quick start
|
||||
|
||||
1. Make sure `bird` 2.x is installed, e.g. on Debian or Ubuntu, through
|
||||
`sudo apt install bird2`.
|
||||
`sudo apt install bird2`. This library has not been tested on versions
|
||||
older than 2.0.13, so you may run into syntax errors on earlier versions.
|
||||
In these cases, you'll need to look into backports or PPAs for a newer
|
||||
version.
|
||||
2. Clone this repository:
|
||||
```
|
||||
git clone https://github.com/quantum5/bird-filter.git
|
||||
|
|
Loading…
Reference in a new issue