diff --git a/README.md b/README.md index 50f392a..dbcc285 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Essentially, it's [__zero knowledge__](https://en.wikipedia.org/wiki/Zero-knowle curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh # install rust curl -L https://foundry.paradigm.xyz | bash # install foundry ``` -3. Run `yarn`, which will install [`circom`](https://docs.circom.io/) and automate a new [__Powers of Tau__](https://zkproof.org/2021/06/30/setup-ceremonies/#:~:text=The%20first%20phase%20referred%20to,NP%2Drelation%2Dspecific%20CRS.) ceremony, then finally compile your arithmetic circuits. When you make changes to your circuits, you can also use `yarn` to recompile. +3. Run `yarn`, which will install [`circom`](https://docs.circom.io/) and automate a new [__Powers of Tau__](https://zkproof.org/2021/06/30/setup-ceremonies/#:~:text=The%20first%20phase%20referred%20to,NP%2Drelation%2Dspecific%20CRS.) ceremony, then finally compile your arithmetic circuits. When you make changes to your circuits, you can also use `yarn` to recompile them alongside their dependent smart contracts. > 💡 All the build artifacts are cached, so you'll only be required to do this once-per-installation.