Add badges to README
This commit is contained in:
parent
3a7ca9c2ff
commit
c8ba960bbc
|
|
@ -1,6 +1,7 @@
|
||||||
# rust-openssl
|
# 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).
|
[Documentation](https://docs.rs/openssl).
|
||||||
|
|
||||||
|
|
@ -22,7 +23,7 @@ below.
|
||||||
On Linux, you can typically install OpenSSL via your package manager. The
|
On Linux, you can typically install OpenSSL via your package manager. The
|
||||||
headers are sometimes provided in a separate package than the runtime libraries
|
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
|
- 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.
|
on them.
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue