diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -19,7 +19,11 @@ Unlimited Register Machine in OCaml. | |||
19 | 19 | ||
20 | ## Usage | 20 | ## Usage |
21 | 21 | ||
22 | TODO: describe usage of the `urm` program. | 22 | ``` |
23 | ./urm <run | trace> <program file> <initial register state file> | ||
24 | ``` | ||
25 | |||
26 | Examples programs are provided in the `examples` folder. | ||
23 | 27 | ||
24 | 28 | ||
25 | ## Authors | 29 | ## Authors |