mirror of
https://github.com/arnaucube/circom.git
synced 2026-02-07 03:06:42 +01:00
Update README.md
Problem: -s option is not required and returns an error when used ``` circom -s ./mycircuit.circom -o ./mycircuit.json ENOENT: no such file or directory, open '/Users/user/js/jsbench/circuit.circom' ``` Solution: remove -s option in the README file
This commit is contained in:
@@ -48,7 +48,7 @@ npm install -g circom
|
|||||||
The circuit is compiled with the following command:
|
The circuit is compiled with the following command:
|
||||||
|
|
||||||
```
|
```
|
||||||
circom -s mycircuit.circom -o mycircuit.json
|
circom mycircuit.circom -o mycircuit.json
|
||||||
```
|
```
|
||||||
|
|
||||||
The resulting output ( `mycircuit.json` ) can be used in the [zksnarks JavaScript library](https://github.com/iden3/zksnark).
|
The resulting output ( `mycircuit.json` ) can be used in the [zksnarks JavaScript library](https://github.com/iden3/zksnark).
|
||||||
|
|||||||
Reference in New Issue
Block a user