summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSteven Fackler <sfackler@gmail.com>2017-07-16 14:20:16 -0700
committerSteven Fackler <sfackler@gmail.com>2017-07-16 14:20:16 -0700
commitc8ba960bbce0d47e0697c2f9e5c360fe0835f639 (patch)
tree5d8fc43d1be50891dbb9c26b66f9a97be2408b50 /README.md
parent3a7ca9c2ff607b65e0db2ea4bb167c1304da86e8 (diff)
downloadrust-openssl-c8ba960bbce0d47e0697c2f9e5c360fe0835f639.zip
Add badges to README
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files 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