Add run instruction

This commit is contained in:
Victor Maia 2022-07-13 23:57:15 -03:00
parent a161704986
commit 1ee09c0b2b

View File

@ -17,3 +17,9 @@ cargo install --path .
```
kind2 check example.kind2
```
3. Check a Kind2 file:
```
kind2 run example.kind2
```