From eeb03cd6ba0e3a5932345d4ecce1049962c2b73d Mon Sep 17 00:00:00 2001 From: jiangyuanshu <317787106@qq.com> Date: Fri, 9 Aug 2019 16:29:22 +0800 Subject: [PATCH] modify README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3cc1edf..69da1ef 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This code can be used to participate Multi-party Computation(MPC) phase 2 and ve ## What do I do? -Contact **jiangyuanshu@tron.network** to schedule a time to participate and get an index num. When it's your turn, you'll receive a `params` file from us. +Contact **jiangyuanshu@tron.network** to schedule a time to participate and get an index num. When it's your turn, you'll receive one mail with `params` file link from us. 1.Download and install IM tool [keybase](https://keybase.io/), if you don't have an account, create it first. You can use it to send file back to us later, our keybase account is `tron_brown`. @@ -21,7 +21,7 @@ If you are running on windows, refer to [rust](https://www.rust-lang.org/learn/g ``` if git not installed, please refer to [git](https://git-scm.com/downloads) first. -4.Place `params` file in the sapling-mpc directory, then run: +4.Place received `params` file in the sapling-mpc directory, then run: ``` # cargo run --release --bin compute ```