Skip to content

Commit bd06734

Browse files
authored
Merge pull request #82 from leonardoalt/up_readme
update readme
2 parents 30b5071 + b01073b commit bd06734

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ git submodule update --init --recursive
4444
Fusion requires the following installed:
4545
- [Rust](https://www.rust-lang.org/learn/get-started)
4646
- [foundry](https://github.com/foundry-rs/foundry)
47-
- [Zokrates 0.8.5](https://zokrates.github.io)
47+
- [Zokrates 0.8.7](https://zokrates.github.io)
4848

4949
### Building the circuits
50-
ZoKrates' latest release 0.8.5 is specifically required for this step.
50+
ZoKrates' latest release 0.8.7 is specifically required for this step.
5151
```
52-
cd circuits && make
52+
cd circuits && make && make verifier
5353
```
5454

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

0 commit comments

Comments
 (0)