Merge pull request #28 from andywwright/patch-1

Ubuntu 22 fails otherwise
This commit is contained in:
Sergio Gasquez Arcos 2022-10-21 12:57:57 +02:00 committed by GitHub
commit c3b6cdd04b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@ developing applications in Rust for Espressif SoC's.
### Linux
- Ubuntu/Debian
```sh
apt-get install -y git python3 python3-pip gcc build-essential curl pkg-config libudev-dev
apt-get install -y git python3 python3-pip gcc build-essential curl pkg-config libudev-dev libssl-dev
```
- Fedora
```sh