diff --git a/README.md b/README.md index 0495799..2bc5602 100644 --- a/README.md +++ b/README.md @@ -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: ```