From 5e5e4bd22ebe0e9b557f726f25546cf9463a65c0 Mon Sep 17 00:00:00 2001 From: Emilio Wuerges Date: Wed, 27 Jan 2016 21:52:46 -0200 Subject: Improved README.md for Fedora --- README.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b6e3b970..3a001de1 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3 From 3df4c479c97cc5044ae6773b20427030ce849461 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Wed, 10 Feb 2016 09:36:00 -0800 Subject: Release v0.7.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 3a001de1..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 -- cgit v1.2.3