From 527287370e18d477b446a372ea1fd205893d1660 Mon Sep 17 00:00:00 2001 From: dan Date: Fri, 26 May 2023 15:09:31 -0400 Subject: docs: correct readme to reflect gcc to clang change --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 42a0877..0841852 100644 --- a/readme.md +++ b/readme.md @@ -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. -- cgit v1.2.3