Skip to content

Commit 88c78fe

Browse files
author
Shota Aoki
authored
Update README.md (#53)
1 parent a7769a6 commit 88c78fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ for the Raspberry Pi Mouse.
1414
```sh
1515
$ git clone https://github.com/rt-net/RaspberryPiMouse.git
1616
$ cd RaspberryPiMouse/utils
17-
$ sudo apt install raspberrypi-kernel-headers
17+
$ sudo apt install raspberrypi-kernel-headers build-essential
1818
$ ./build_install.bash
1919
```
2020

@@ -23,7 +23,7 @@ $ ./build_install.bash
2323
```sh
2424
$ git clone https://github.com/rt-net/RaspberryPiMouse.git
2525
$ cd RaspberryPiMouse/utils
26-
$ sudo apt install linux-headers-$(uname -r)
26+
$ sudo apt install linux-headers-$(uname -r) build-essential
2727
$ ./build_install.bash
2828
```
2929

0 commit comments

Comments
 (0)