From 0afcf0d07d5ecc902e37eecdf5e1e56913da6595 Mon Sep 17 00:00:00 2001 From: Thanasis Tserpelis Date: Fri, 1 Oct 2021 10:39:02 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 115279e..0b01c46 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,10 @@ P.S. - Thank you for the template and the ideas from your research [byt3bl33d3r] ## Compiling the examples in this repo -This repository does not provide binaries, you're gonna have to compile them yourself. +This repository does not provide binaries, you're gonna have to compile them yourself. + +[Install Rust](https://www.rust-lang.org/tools/install) +Simply download the binary and install. This repo was compiled in Windows 10 so I would stick to it. As mentioned OpenSSL binaries will have depencency issues that will require OpenSSL and perl to be installed. For the TCP SSL client/server I recommend static build due to dependencies on the hosts you will execute the binaries. @@ -93,8 +96,6 @@ Certain examples might not compile and give you some error, since it might requi build of Rust with the latest features. To install it just do: `rustup default nightly` -[Install Rust](https://www.rust-lang.org/tools/install) Simply download the binary and install. - The easiest place to find the dependencies or [Crates](https://crates.io/) as they are called.