mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
added build command for trusted setup
This commit is contained in:
10
README.md
10
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
|
||||
|
||||
Reference in New Issue
Block a user