diff options
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ Forth-style Stack Language with C and JS implementations. JS implementation can be run by opening index.html in a web browser or running `node forth.js`. -Assuming you have gcc and make installed, the C implementation can be built with `make build`, then run with `./forth`. +Assuming you have clang and make installed, the C implementation can be built with `make build`, then run with `./forth`. If you also have rlwrap installed, you can run `make run-rlwrap`, to get completions, history, and more pleasant line-editing. |