diff --git a/README.md b/README.md index 82c915d..f3a78f5 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,14 @@ it would be as slow as TCL, it would still be fine for many practical things. You'd need `gcc` and `cmake`. -At this moment, only a basic VM and assembler are implemented. +At this moment, only a bare minimum of functionality is implemented. To run: ```sh cmake . make -cat examples/factorial.asm | ./asm | ./vm +./vli ``` To run tests: