NethermindEth/horus-checker

Example usage from `README.md` is missing `spec.json` argument to `horus-check`

langfield opened this issue · 0 comments

The CLI and JSON output of horus-compile was altered to spit out the specs separately. Now horus-check takes an additional argument --spec_output. However, the docs display the old way of doing things in several places, for example:

horus-checker/README.md

Lines 963 to 972 in 6bb1a88

When we run Horus on the above program, we get:
```console
user@computer:~/pkgs/horus-checker$ horus-check -s cvc5 a.json
f
Verified
g
False
```