Skip to content

Commit

Permalink
[Raspberry Pi Mouse]Raspberry Pi OSのカーネルヘッダーインストールコマンドを修正 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
KuraZuzu authored Dec 12, 2024
1 parent bfe0bc3 commit 68386fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/raspimouse/driver/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. コマンド実行後にブザーが鳴ればインストール完了です
Expand Down

0 comments on commit 68386fd

Please sign in to comment.