diff options
| author | Steven Fackler <[email protected]> | 2017-11-20 18:58:29 -0800 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2017-11-20 18:58:29 -0800 |
| commit | e6dc7180708b7a0e9d7bcd13cb5eb1f7f02cb56b (patch) | |
| tree | bd7981060fbcb8fdcc91b273361b87907d7e3bbf | |
| parent | Remove unused travis file (diff) | |
| download | rust-openssl-e6dc7180708b7a0e9d7bcd13cb5eb1f7f02cb56b.tar.xz rust-openssl-e6dc7180708b7a0e9d7bcd13cb5eb1f7f02cb56b.zip | |
Remove travis badge
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # 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) +[](https://circleci.com/gh/sfackler/rust-openssl) [](https://ci.appveyor.com/project/sfackler/rust-openssl/branch/master) [Documentation](https://docs.rs/openssl). @@ -88,7 +88,7 @@ installation via an environment variable: set OPENSSL_DIR=C:\OpenSSL-Win64 ``` -During the installation process if you select "Copy OpenSSL DLLs to: The OpenSSL binaries (/bin) +During the installation process if you select "Copy OpenSSL DLLs to: The OpenSSL binaries (/bin) directory", you will need to add them to the `PATH` environment variable: ``` |