diff options
| author | Steven Fackler <[email protected]> | 2017-07-16 14:20:16 -0700 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-07-16 14:20:16 -0700 |
| commit | c8ba960bbce0d47e0697c2f9e5c360fe0835f639 (patch) | |
| tree | 5d8fc43d1be50891dbb9c26b66f9a97be2408b50 | |
| parent | Switch over Linux tests to CircleCI (diff) | |
| download | rust-openssl-c8ba960bbce0d47e0697c2f9e5c360fe0835f639.tar.xz rust-openssl-c8ba960bbce0d47e0697c2f9e5c360fe0835f639.zip | |
Add badges to README
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,6 +1,7 @@ # rust-openssl -[](https://travis-ci.org/sfackler/rust-openssl) +[](https://circleci.com/gh/sfackler/rust-openssl) [](https://travis-ci.org/sfackler/rust-openssl) [](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 |