Update README.md

Co-Authored-By: aj07 <aj07@users.noreply.github.com>
This commit is contained in:
Luke Anderson 2018-11-09 10:32:25 +05:30 committed by GitHub
parent 95e89eebfd
commit b48a610944
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```