Skip to content

Commit

Permalink
Merge pull request #82 from leonardoalt/up_readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
leonardoalt authored May 9, 2023
2 parents 30b5071 + b01073b commit bd06734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,12 @@ git submodule update --init --recursive
Fusion requires the following installed:
- [Rust](https://www.rust-lang.org/learn/get-started)
- [foundry](https://github.com/foundry-rs/foundry)
- [Zokrates 0.8.5](https://zokrates.github.io)
- [Zokrates 0.8.7](https://zokrates.github.io)

### Building the circuits
ZoKrates' latest release 0.8.5 is specifically required for this step.
ZoKrates' latest release 0.8.7 is specifically required for this step.
```
cd circuits && make
cd circuits && make && make verifier
```

**Note:** the current circuits require at least 16GB of RAM to compile.
Expand Down

0 comments on commit bd06734

Please sign in to comment.