README: add Debian libbpf package link

Debian is now packaging libbpf from this repo. Add link to the package to README.
This commit is contained in:
Andrii Nakryiko
2020-05-01 18:20:43 -07:00
committed by GitHub
parent cf3fc46ea8
commit 902ba3fd33

View File

@@ -57,6 +57,7 @@ Distributions
Distributions packaging libbpf from this mirror:
- [Fedora](https://src.fedoraproject.org/rpms/libbpf)
- [Gentoo](https://packages.gentoo.org/packages/dev-libs/libbpf)
- [Debian](https://packages.debian.org/sid/libbpf-dev)
Benefits of packaging from the mirror over packaging from kernel sources:
- Consistent versioning across distributions.