Commit cce48ac7 authored by David Bailey's avatar David Bailey
Browse files

add docs for installing openssl with macports/pkgsrc

parent 20b3002e
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -28,9 +28,15 @@
//! Additionally, it will use `pkg-config` on Unix-like systems to find the system installation.
//!
//! ```not_rust
//! # macOS
//! # macOS (Homebrew)
//! $ brew install openssl@1.1
//!
//! # macOS (MacPorts)
//! $ sudo port install openssl
//!
//! # macOS (pkgsrc)
//! $ sudo pkgin install openssl
//!
//! # Arch Linux
//! $ sudo pacman -S pkg-config openssl
//!