diff options
| author | Steven Fackler <[email protected]> | 2017-06-04 08:37:11 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-06-04 08:37:11 -0700 |
| commit | 66d9a8ea52e1be9392387784809ee0d8a8079956 (patch) | |
| tree | 8abfdd751104c872a96b8e0596f0760ce0537be4 | |
| parent | Little docs fix (diff) | |
| parent | Add pkg-config (diff) | |
| download | rust-openssl-66d9a8ea52e1be9392387784809ee0d8a8079956.tar.xz rust-openssl-66d9a8ea52e1be9392387784809ee0d8a8079956.zip | |
Merge pull request #642 from oussama/patch-1
Add pkg-config to readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -27,7 +27,7 @@ on them. ```bash # On Ubuntu -sudo apt-get install libssl-dev +sudo apt-get install pkg-config libssl-dev # On Arch Linux sudo pacman -S openssl # On Fedora |