From 0253108027258b70f515dd148a360757e661a0d8 Mon Sep 17 00:00:00 2001 From: renchengchang <37399454+renchenchang@users.noreply.github.com> Date: Fri, 9 Aug 2019 16:41:20 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69da1ef..52c7f75 100644 --- a/README.md +++ b/README.md @@ -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 received `params` file in the sapling-mpc directory, then run: +4.Download the `params` file by the link in the email sent by tron and put `params` file in the sapling-mpc directory, then run: ``` # cargo run --release --bin compute ```