diff --git a/README.md b/README.md index 3937155..d0a8afc 100644 --- a/README.md +++ b/README.md @@ -29,10 +29,11 @@ sudo apt-get install -y git python3 python3-pip gcc build-essential curl pkg-con - `libtinfo5` is required by LLVM 15. - Fedora ```sh -sudo dnf -y install git python3 python3-pip gcc systemd-devel ncurses-compat-libs +sudo dnf -y install git python3 python3-pip perl gcc systemd-devel ncurses-compat-libs ``` - `systemd-devel` is only required when installing `cargo-espflash`. - `python3` and `python3-pip` are only required when installing ESP-IDF. + - `perl` is required to build openssl-sys - `ncurses-compat-libs` is required by LLVM 15. - openSUSE Thumbleweed/Leap ```