diff --git a/README.md b/README.md index d38ead289fd2d5ae24f68e2e2ca679fcb32eb197..8843ef9a1b13542d6a8a948490fe96f36c911d4d 100644 --- a/README.md +++ b/README.md @@ -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