Add usage info to readme
This commit is contained in:
parent
7ab8e0d6f4
commit
f429b3934e
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
|
@ -11,3 +11,15 @@ Format and reformat ascii proof trees like this one:
|
||||||
§ ---------------------------------------------------------------------- RewriteAt
|
§ ---------------------------------------------------------------------- RewriteAt
|
||||||
§ [x:=*;][?x>0;x:=x+1;]x>1
|
§ [x:=*;][?x>0;x:=x+1;]x>1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To reformat all proof trees in your project, run:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
java -jar asciiprooftree.jar path/to/your/src
|
||||||
|
```
|
||||||
|
|
||||||
|
If you want to use a different marker string than `§`, you can use the `--marker` option:
|
||||||
|
|
||||||
|
```shell
|
||||||
|
java -jar asciiprooftree.jar path/to/your/src --marker 't>'
|
||||||
|
```
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue