Skip to content

Commit fa09f9d

Browse files
committed
add cli instructions
1 parent f0b69c5 commit fa09f9d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,8 @@ python3 -m http.server 8080
2424
```
2525

2626
And then open [http://localhost:8080/](http://localhost:8080/) in your favorite web browser.
27+
28+
The CLI interface can be used as follows: the first argument is a file
29+
with the proof; the STDIN contains the "template" (e.g. the statement
30+
that has to be proven). The CLI then checks that the proof is correct
31+
and that it proves the statement that was provided via STDIN.

0 commit comments

Comments
 (0)