Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
cmake and openssl are no longer required
  • Loading branch information
sfackler authored Jan 31, 2020
1 parent d7308aa commit 9b6cad2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
`cargo tree` is a Cargo subcommand that visualizes a crate's dependency graph
in a tree-like format.

Requirements: `cmake` and `openssl`.

* macOS (via [homebrew](http://brew.sh/)): `brew install cmake openssl`
* Debian/Ubuntu: `apt install cmake libssl-dev pkg-config`

Install it with Cargo:

```
Expand Down

0 comments on commit 9b6cad2

Please sign in to comment.