diff options
| author | Steven Fackler <[email protected]> | 2017-08-11 22:45:17 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-08-11 22:45:17 -0700 |
| commit | a59d6fc84e64bac9bd26f7715d63768ff5b27976 (patch) | |
| tree | 8ccc01dc064c3dd690682aa998b693e36ca4ff55 /README.md | |
| parent | Merge pull request #622 from mcgoo/vcpkg (diff) | |
| download | rust-openssl-a59d6fc84e64bac9bd26f7715d63768ff5b27976.tar.xz rust-openssl-a59d6fc84e64bac9bd26f7715d63768ff5b27976.zip | |
Update README.md
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,7 +73,7 @@ automatically detected. On MSVC it's unfortunately not always a trivial process acquiring OpenSSL. A couple of possibilities are downloading precompiled binaries for OpenSSL 1.1.0, or installing OpenSSL 1.0.2 using vcpkg. -#### Installing OpenSSL 1.1.0 using precompiiled binaries +#### Installing OpenSSL 1.1.0 using precompiled binaries Perhaps the easiest way to do this right now is to download [precompiled binaries] and install them on your system. Currently it's recommended to |