mirror of
https://github.com/zkemail/zk-email-verify.git
synced 2026-01-10 14:08:19 -05:00
Update README.md
added Circom -l node_modules to docs
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user