From 8f4ed7fc9e0998f9b1f67d1c93a0585b34ae420d Mon Sep 17 00:00:00 2001 From: jiangyuanshu <317787106@qq.com> Date: Mon, 20 Jan 2020 12:03:45 +0800 Subject: [PATCH] update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 2b09217..2967f3a 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ This document is a guide to participating in Multi-party Computation(MPC) phase + Operating System: Linux (Recommended) / macOS / Windows 7+ + Memory: 8 GB RAM + Storage: 500 GB internal storage drive - - Run the following code in your terminal to download Rustup and install Rust, then follow the instructions if you are running on macOS / Linux / another Unix-like OS: + +  Run the following code in your terminal to download Rustup and install Rust, then follow the instructions if you are running on macOS / Linux / another Unix-like OS: ``` # curl https://sh.rustup.rs -sSf | sh ``` @@ -27,7 +27,7 @@ This document is a guide to participating in Multi-party Computation(MPC) phase ``` # source $HOME/.cargo/env ``` -You may also to run on Mac os: +  You may also need to run on Mac os: ``` # xcode-select --install ``` @@ -37,7 +37,7 @@ You may also to run on Mac os: ```   If git has not been installed on your computer, please refer to [git](https://git-scm.com/downloads) first. -7. Put `params` file in the mpc directory, then run: +7. In the mpc directory, download `params` file, then run: ``` # cargo run --release --bin compute ```