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

Document OpenSSL and add Linux command #71

Merged
merged 2 commits into from
Aug 17, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
`cargo tree` is a Cargo subcommand that visualizes a crate's dependency graph
in a tree-like format.

Requirements: `cmake`. OSX users can install via [homebrew](http://brew.sh/): `brew install cmake` .
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