aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6e3b970..6836ba80 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl)
-[Documentation](https://sfackler.github.io/rust-openssl/doc/v0.7.5/openssl).
+[Documentation](https://sfackler.github.io/rust-openssl/doc/v0.7.6/openssl).
## Building
@@ -19,6 +19,8 @@ something like `openssl-devel` or `libssl-dev`.
sudo apt-get install libssl-dev
# On Arch Linux
sudo pacman -S openssl
+# On Fedora
+sudo dnf install openssl-devel
```
### OSX