From 4897c7ee60d81b2e48da7dce97bcc6da8b4a0226 Mon Sep 17 00:00:00 2001 From: Sergio Gasquez Date: Thu, 17 Apr 2025 14:30:04 +0200 Subject: [PATCH] fix: Remove openssl note --- cargo-espflash/README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/cargo-espflash/README.md b/cargo-espflash/README.md index 9f23c578..21bf1c0a 100644 --- a/cargo-espflash/README.md +++ b/cargo-espflash/README.md @@ -39,15 +39,8 @@ Alternatively, you can use [cargo-binstall] to download pre-compiled artifacts f cargo binstall cargo-espflash ``` -By default, in Unix systems, we use the [`vendored-openssl` Cargo feature] which may require additional tools such as `perl` and `make`. To disable this feature, use: - -``` -OPENSSL_NO_VENDOR=1 cargo install cargo-espflash -``` - [cargo-binstall]: https://github.com/cargo-bins/cargo-binstall [releases]: https://github.com/esp-rs/espflash/releases -[`vendored-openssl` Cargo feature]: https://github.com/rust-lang/cargo#compiling-from-source ## Usage