浏览代码

added build command for trusted setup

rachel-rose 5 年之前
父节点
当前提交
fa8bb0ef1c
共有 1 个文件被更改,包括 8 次插入2 次删除
  1. 8 2
      README.md

+ 8 - 2
README.md

@@ -2,13 +2,19 @@ Not even an alpha product. Just a mere prototype(s).
 
 # darkfid usage
 
-To run darkfid:
+Perform the trusted setup:
+
+```console
+$ cargo build --release
+```
+
+Run darkfid:
 
 ```console
 $ cargo run --bin darkfi -- -v
 ```
 
-To change darkfid configurations:
+Change darkfid configurations:
 
 ```console
 $ cargo run --bin darkfi -- config --help