Skip to content

Commit

Permalink
docs: Add espflash dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioGasquez committed Oct 17, 2023
1 parent 296a0e5 commit 1043cd0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions book/src/02_2_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ cargo install cargo-espflash espflash ldproxy
### Debian/Ubuntu

```console
sudo apt install llvm-dev libclang-dev clang
sudo apt install llvm-dev libclang-dev clang libuv-dev
```
### `macOS`

When using the Homebrew package manager, which we recommend:
```console
brew install llvm
brew install llvm libuv
```

### Troubleshooting
Expand Down

0 comments on commit 1043cd0

Please sign in to comment.