We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0b69c5 commit fa09f9dCopy full SHA for fa09f9d
1 file changed
README.md
@@ -24,3 +24,8 @@ python3 -m http.server 8080
24
```
25
26
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