From f184a4de7cdcccfed5a21b825486adb0c458c858 Mon Sep 17 00:00:00 2001 From: qonmnop <99870870+qonmnop@users.noreply.github.com> Date: Fri, 5 Jul 2024 16:14:10 +0800 Subject: [PATCH] Raspberry Pi install linux-headers doc --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d3f6291..94a9d0e 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ Manual compilation and loading: ```bash # Make sure kernel headers are installed # Ubuntu: apt install linux-headers-$(uname -r) +# RaspberryPi(Debian): apt install raspberrypi-kernel-headers make && make load ```