From c8ba960bbce0d47e0697c2f9e5c360fe0835f639 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 16 Jul 2017 14:20:16 -0700 Subject: Add badges to README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14eb79ad..2d186399 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # rust-openssl -[![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl) +[![CircleCI](https://circleci.com/gh/sfackler/rust-openssl.svg?style=shield)](https://circleci.com/gh/sfackler/rust-openssl) [![Build Status](https://travis-ci.org/sfackler/rust-openssl.svg?branch=master)](https://travis-ci.org/sfackler/rust-openssl) [![Build status](https://ci.appveyor.com/api/projects/status/d1knobws948pyynk/branch/master?svg=true)](https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master) + [Documentation](https://docs.rs/openssl). @@ -22,7 +23,7 @@ below. On Linux, you can typically install OpenSSL via your package manager. The headers are sometimes provided in a separate package than the runtime libraries - look for something like `openssl-devel` or `libssl-dev`. You will also need the -regular development utilities, like `pkg-config`, as the custom build script relies +regular development utilities, like `pkg-config`, as the custom build script relies on them. ```bash -- cgit v1.2.3