aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteven Fackler <[email protected]>2017-06-04 08:37:11 -0700
committerGitHub <[email protected]>2017-06-04 08:37:11 -0700
commit66d9a8ea52e1be9392387784809ee0d8a8079956 (patch)
tree8abfdd751104c872a96b8e0596f0760ce0537be4
parentLittle docs fix (diff)
parentAdd pkg-config (diff)
downloadrust-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 365d57b1..14eb79ad 100644
--- a/README.md
+++ b/README.md
@@ -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