From e8582b670601de1e21521c8d3284115c298b9ea2 Mon Sep 17 00:00:00 2001 From: Spencer Killen Date: Tue, 21 Mar 2023 12:11:57 -0600 Subject: [PATCH] Update 'README.md' --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a919744..961b17b 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ - Container will configure vscode's settings to recognize .pl files as Prolog rather than the default Perl. - Will install extensions for lisp, prolog, and ASP -- Will configure SBCL to use rlwrap so that you have history when using a lisp REPL +- Will configure SBCL to use ~~rlwrap~~ so that you have history when using a lisp REPL + - (Currently using the slightly worse rlfe instead of rlwrap due to rlwrap breaking all the time) # How to use