Browse Source
Remove comment
This comment have the same command again, this supposed to be different syntax?
feature/witness_bin
Gabriel Garcia
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
0 additions and
2 deletions
-
TUTORIAL.md
|
|
@ -65,8 +65,6 @@ We are now ready to compile the circuit. Run the following command: |
|
|
|
|
|
|
|
```sh |
|
|
|
circom circuit.circom -o circuit.json |
|
|
|
|
|
|
|
// Which is equivalent to "circom circuit.circom -o circuit.json" |
|
|
|
``` |
|
|
|
|
|
|
|
to compile the circuit to a file named `circuit.json` |
|
|
|