Skip to content

Commit 4912f4b

Browse files
authored
Merge pull request #349 from 0xPolygonHermez/fix/typo
fix a typo on documentation
2 parents 08eb80b + 299653e commit 4912f4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

verifyMainnetDeployment/verifyMainnetProofVerifier.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ git checkout 4a237f1c5d770373c9ff19d75fe87890c4599878
7171
git submodule init
7272
git submodule update
7373
sudo apt install -y build-essential libomp-dev libgmp-dev nlohmann-json3-dev libpqxx-dev nasm libgrpc++-dev libprotobuf-dev grpc-proto libsodium-dev uuid-dev libsecp256k1-dev
74-
make -j bctree fflonkSetup
74+
make -j bctree fflonk_setup
7575
```
7676

7777
this step takes less than 1 minute.
@@ -81,7 +81,7 @@ this step takes less than 1 minute.
8181
```bash
8282
cd ~
8383
git clone https://github.com/0xPolygonHermez/zkevm-proverjs.git
84-
cd zkevm-proverjs
84+
cd zkevm-proverjs
8585
git checkout cec76cc411838b78d3649543fb0fca712317c713
8686
npm install
8787
tmux -c "npm run buildsetup --bctree=../zkevm-prover/build/bctree --fflonksetup=../zkevm-prover/build/fflonkSetup --mode=25"

0 commit comments

Comments
 (0)