docs: 📝 Fix format of Linux requirements

This commit is contained in:
Sergio Gasquez 2022-11-23 15:34:20 +01:00
parent c82e5c374d
commit 37d57b2595

View File

@ -23,24 +23,24 @@ Before running or installing `espup`, make sure that the following dependencies
### Linux ### Linux
- Ubuntu/Debian - Ubuntu/Debian
```sh ```sh
sudo apt-get install -y git python3 python3-pip gcc build-essential curl pkg-config libudev-dev libtinfo5 sudo apt-get install -y git python3 python3-pip gcc build-essential curl pkg-config libudev-dev libtinfo5
``` ```
- `libudev-dev` is only required when installing `cargo-espflash`. - `libudev-dev` is only required when installing `cargo-espflash`.
- `python3` and `python3-pip` are only required when installing ESP-IDF. - `python3` and `python3-pip` are only required when installing ESP-IDF.
- `libtinfo5` is required by LLVM 15. - `libtinfo5` is required by LLVM 15.
- Fedora - Fedora
```sh ```sh
sudo dnf -y install git python3 python3-pip perl 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`. - `systemd-devel` is only required when installing `cargo-espflash`.
- `python3` and `python3-pip` are only required when installing ESP-IDF. - `python3` and `python3-pip` are only required when installing ESP-IDF.
- `perl` is required to build openssl-sys - `perl` is required to build openssl-sys
- `ncurses-compat-libs` is required by LLVM 15. - `ncurses-compat-libs` is required by LLVM 15.
- openSUSE Thumbleweed/Leap - openSUSE Thumbleweed/Leap
``` ```
sudo zypper install -y git gcc libudev-devel ninja python3 python3-pip make libncurses5 sudo zypper install -y git gcc libudev-devel ninja python3 python3-pip make libncurses5
``` ```
- `libudev-devel` is only required when installing `cargo-espflash`. - `libudev-devel` is only required when installing `cargo-espflash`.
- `python3` and `python3-pip` are only required when installing ESP-IDF. - `python3` and `python3-pip` are only required when installing ESP-IDF.
- `libncurses5` is required by LLVM 15. - `libncurses5` is required by LLVM 15.