From f9d04848bd5e43650d32623aa60918afd3b4f9eb Mon Sep 17 00:00:00 2001 From: Virgil Dupras Date: Sat, 13 Jun 2020 11:46:59 -0400 Subject: [PATCH] emul: adjust README. AT-XY is implemented --- emul/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emul/README.md b/emul/README.md index bf4a939..8d1ee1b 100644 --- a/emul/README.md +++ b/emul/README.md @@ -30,7 +30,7 @@ After that, you can run `make` and it builds the `forth` interpreter. Run `./forth` to get the Collapse OS prompt. Type `0 LIST` for help. The program is a curses interface with a limited, fixed size so that it can -provide a AT-XY interface (which is yet to implement). +provide a AT-XY interface. You can get a REPL by launching the program with [`rlwrap(1)`][rlwrap] like this: