Update README.md

This commit is contained in:
Maxim Slipenko 2021-09-19 09:22:50 +03:00 committed by GitHub
parent 23f8495c38
commit ab636e08b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,12 +21,16 @@ turinglab <input_file> <input_string> <output_file>
### Example
```bat
turinglab 0to1to0.tur 101 .\out
turinglab 0to1to0.txt .\out -t 101 1E -e E -f
```
or
```bat
turinglab 0to1to0.txt .\out --tests 101 1E --empty-character E --force
```
Content of ```out\report.docx```:
![image](https://user-images.githubusercontent.com/36362599/133909049-5d762d15-be1e-471d-9491-a82f54d74d45.png)
![image](https://user-images.githubusercontent.com/36362599/133917663-f725d137-e33e-4440-8640-15262120c5bb.png)
Content of ```out\graph.svg```: