Skip to content

Commit

Permalink
Merge pull request #909 from kesyog/fix-readme
Browse files Browse the repository at this point in the history
Remove vendored-openssl installation note from README
  • Loading branch information
epage authored Sep 17, 2024
2 parents ebae05d + cbe0e7f commit 6ca1aaa
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ Ensure that you have a fairly recent version of rust/cargo installed. On Ubuntu
$ cargo install cargo-edit
```

If you wish to use a bundled version of `openssl`:

```console,ignore
$ cargo install cargo-edit --features vendored-openssl
```

*Compiler support: requires rustc 1.44+*

(Please check [`cargo`'s documentation](http://doc.crates.io/) to learn how `cargo install` works and how to set up your system so it finds binaries installed by `cargo`.)
Expand Down

0 comments on commit 6ca1aaa

Please sign in to comment.