Unverified Commit 97393604 authored by Steven Fackler's avatar Steven Fackler Committed by GitHub
Browse files

Merge pull request #1607 from williamdes/master

Add Alpine Linux instructions for openssl and pkg-config
parents 6be9b761 37f24f65
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -187,6 +187,8 @@ specific to your distribution:
    sudo pacman -S openssl
    # On Fedora
    sudo dnf install openssl-devel
    # On Alpine Linux
    apk add openssl-dev

See rust-openssl README for more information:

+3 −0
Original line number Diff line number Diff line
@@ -45,6 +45,9 @@
//!
//! # Fedora
//! $ sudo dnf install pkg-config openssl-devel
//!
//! # Alpine Linux
//! $ apk add pkgconfig openssl-dev
//! ```
//!
//! ## Manual