Skip to content

Commit c7325fa

Browse files
authored
Dependency typo in 02_2_software.md (#267)
- Fix apt dependency on #265
1 parent 015cd3d commit c7325fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/02_2_software.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ cargo install cargo-espflash espflash ldproxy
3939
### Debian/Ubuntu
4040

4141
```console
42-
sudo apt install llvm-dev libclang-dev clang libuv-dev libuv1-dev pkgconf python3-venv python-is-python3
42+
sudo apt install llvm-dev libclang-dev clang libudev-dev libuv1-dev pkgconf python3-venv python-is-python3
4343
```
4444
### `macOS`
4545

0 commit comments

Comments
 (0)