Update README.md

added Circom -l node_modules to docs
This commit is contained in:
Elo
2023-11-23 09:20:51 -06:00
committed by GitHub
parent a6a262e13f
commit 135f2727e6

View File

@@ -96,7 +96,7 @@ To compile the circuit locally, you need to have Rust and Circom installed first
```bash
circom MyCircuit.circom -o --r1cs --wasm --sym --c
circom -l node_modules MyCircuit.circom -o --r1cs --wasm --sym --c
```
*Note: You can add -l to specify the directory where the directive `include` should look for the circuits indicated.