Skip to content

Commit d4672de

Browse files
fix: Remove openssl note (#848)
1 parent 4d56a44 commit d4672de

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

cargo-espflash/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,8 @@ Alternatively, you can use [cargo-binstall] to download pre-compiled artifacts f
3939
cargo binstall cargo-espflash
4040
```
4141

42-
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:
43-
44-
```
45-
OPENSSL_NO_VENDOR=1 cargo install cargo-espflash
46-
```
47-
4842
[cargo-binstall]: https://github.com/cargo-bins/cargo-binstall
4943
[releases]: https://github.com/esp-rs/espflash/releases
50-
[`vendored-openssl` Cargo feature]: https://github.com/rust-lang/cargo#compiling-from-source
5144

5245
## Usage
5346

0 commit comments

Comments
 (0)