From 68386fdd2cfa578a2f640316b880ff584c59b52c Mon Sep 17 00:00:00 2001 From: Kazushi Kurasawa Date: Thu, 12 Dec 2024 15:07:11 +0900 Subject: [PATCH] =?UTF-8?q?[Raspberry=20Pi=20Mouse]Raspberry=20Pi=20OS?= =?UTF-8?q?=E3=81=AE=E3=82=AB=E3=83=BC=E3=83=8D=E3=83=AB=E3=83=98=E3=83=83?= =?UTF-8?q?=E3=83=80=E3=83=BC=E3=82=A4=E3=83=B3=E3=82=B9=E3=83=88=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=82=B3=E3=83=9E=E3=83=B3=E3=83=89=E3=82=92=E4=BF=AE?= =?UTF-8?q?=E6=AD=A3=20(#42)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/raspimouse/driver/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/raspimouse/driver/install.md b/docs/raspimouse/driver/install.md index ee10c54..4249377 100644 --- a/docs/raspimouse/driver/install.md +++ b/docs/raspimouse/driver/install.md @@ -181,7 +181,7 @@ Raspberry Pi Mouseのデバイスドライバのソースファイルは 5. 次のコマンドを実行し、デバイスドライバをインストールします ```sh $ cd RaspberryPiMouse/utils - $ sudo apt install linux-headers-$(uname -r) build-essential + $ sudo apt install raspberrypi-kernel-headers build-essential $ ./build_install.bash ``` 6. コマンド実行後にブザーが鳴ればインストール完了です