From b48a6109449bb43565d4e06070712e52d0b28014 Mon Sep 17 00:00:00 2001 From: Luke Anderson Date: Fri, 9 Nov 2018 10:32:25 +0530 Subject: [PATCH] Update README.md Co-Authored-By: aj07 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1aa793b9dd..461977fb55 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,9 @@ experimental. As such all cryptography is assumed to be insecure.** This code-base is still very much under-development and does not provide any user-facing functionality. For developers and researchers, there are several -tests and benchmarks which may be of interest. Few basic setups needed before starting like: +tests and benchmarks which may be of interest. + +A few basic steps are needed to get set up: 1. Install [rustup](https://rustup.rs/). It's a toolchain manager for Rust (Linux | macos | Windows). For installation run the below command in your terminal ```