From 9b6cad27c4757569a6b3445157bd3f2f43f3488a Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 31 Jan 2020 09:30:33 -0500 Subject: [PATCH] Update README cmake and openssl are no longer required --- README.md | 5 ----- 1 file changed, 5 deletions(-) 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: ```