updated readme

This commit is contained in:
sinuio
2022-03-03 15:07:46 -08:00
parent 4f9ee054bc
commit 4d5a10dccf

View File

@@ -2,10 +2,8 @@
This crate assists with converting circuits from Bristol-fashion Format to Protobuf models.
## Usage
Simply run cargo build to convert all circuits present in the `circuits/` directory.
Simply run the compile binary to convert all circuits present in the input directory.
```bash
cargo build
```
The protobuf models will be saved into the build directory, e.g. `target/debug/build/pop-mpc-circuits-*/out/`
cargo r --bin compile -- -i circuits/ -o out/
```