Skip to content

Commit

Permalink
Dependency typo in 02_2_software.md (#267)
Browse files Browse the repository at this point in the history
- Fix apt dependency on #265
  • Loading branch information
debrutal authored Nov 18, 2024
1 parent 015cd3d commit c7325fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/02_2_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ cargo install cargo-espflash espflash ldproxy
### Debian/Ubuntu

```console
sudo apt install llvm-dev libclang-dev clang libuv-dev libuv1-dev pkgconf python3-venv python-is-python3
sudo apt install llvm-dev libclang-dev clang libudev-dev libuv1-dev pkgconf python3-venv python-is-python3
```
### `macOS`

Expand Down

0 comments on commit c7325fa

Please sign in to comment.