From 902ba3fd338dc759e52386927a94cbc2772f8f10 Mon Sep 17 00:00:00 2001 From: Andrii Nakryiko Date: Fri, 1 May 2020 18:20:43 -0700 Subject: [PATCH] README: add Debian libbpf package link Debian is now packaging libbpf from this repo. Add link to the package to README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de34a2b..4fb1633 100644 --- a/README.md +++ b/README.md @@ -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.