We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfe0bc3 commit 68386fdCopy full SHA for 68386fd
docs/raspimouse/driver/install.md
@@ -181,7 +181,7 @@ Raspberry Pi Mouseのデバイスドライバのソースファイルは
181
5. 次のコマンドを実行し、デバイスドライバをインストールします
182
```sh
183
$ cd RaspberryPiMouse/utils
184
- $ sudo apt install linux-headers-$(uname -r) build-essential
+ $ sudo apt install raspberrypi-kernel-headers build-essential
185
$ ./build_install.bash
186
```
187
6. コマンド実行後にブザーが鳴ればインストール完了です
0 commit comments