aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin Bonander <[email protected]>2014-09-09 22:56:05 -0700
committerAustin Bonander <[email protected]>2014-09-09 22:56:05 -0700
commit68937102b022b20e5d4ce39ae5998ca20bc95f43 (patch)
tree5e255d8d4cbe9c6a0a2d9af61357293bc81d8194
parentUpdate README.md (diff)
downloadrust-openssl-68937102b022b20e5d4ce39ae5998ca20bc95f43.tar.xz
rust-openssl-68937102b022b20e5d4ce39ae5998ca20bc95f43.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1376d67e..56f94a06 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ For some reason, the OpenSSL distribution for Windows is structured differently,
* 32-bit: `C:\Program Files (x86)\Rust\bin\rustlib\i686-pc-mingw32\lib`
* 64-bit: TODO
4. Rename `libeay32.a` and `ssleay32.a` to `libcrypto.a` and `libssl.a`, respectively.
-5. `cargo build`.
+5. Run `cargo build`.
###Testing
Several tests expect a local test server to be running to bounce requests off of. It's easy to do this. Open a separate terminal window and `cd` to the rust-openssl directory. Then run one of the following commands: