diff options
| author | Steven Fackler <[email protected]> | 2015-04-30 01:37:24 -0400 |
|---|---|---|
| committer | Steven Fackler <[email protected]> | 2015-04-30 01:37:24 -0400 |
| commit | b3f397c476ef412e720faa470b2bf4db66519cfa (patch) | |
| tree | 712e26b470301347248aa8d926bdd21584e0db74 | |
| parent | Test on both nightly and beta (diff) | |
| parent | docs(README.md): remove extra `\` character (diff) | |
| download | rust-openssl-b3f397c476ef412e720faa470b2bf4db66519cfa.tar.xz rust-openssl-b3f397c476ef412e720faa470b2bf4db66519cfa.zip | |
Merge pull request #207 from Byron/master
docs(README.md): remove extra `\` character
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ rust-openssl directory. Then run one of the following commands: * Windows: `openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem > NUL` -* Linux: `openssl s_server -accept 15418 -www -cert test/cert.pem -key \ +* Linux: `openssl s_server -accept 15418 -www -cert test/cert.pem -key test/key.pem >/dev/null` Then in the original terminal, run `cargo test`. If everything is set up |