From 7d91ef9198aeac5002a745cf6f401a4a7d2e6ff5 Mon Sep 17 00:00:00 2001 From: Riyyi Date: Mon, 17 Apr 2023 16:17:58 +0200 Subject: [PATCH] Meta: Update README.org --- README.org | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index 595554e..c793f5b 100644 --- a/README.org +++ b/README.org @@ -7,21 +7,16 @@ This is my implementation of the [[https://github.com/kanaka/mal][Make A Lisp]] ** Usage +Change the ~#if 0~ macro at the top of the ~stepX.cpp~ to ~#if 1~. + *** Run the REPL -#+BEGIN_SRC shell-script -$ make -$ ./blaze -#+END_SRC -Or #+BEGIN_SRC shell-script $ make run #+END_SRC *** Run mal tests -Change the ~#if 0~ macro at the top of the ~stepX.cpp~ to ~#if 1~, then run the test: - #+BEGIN_SRC shell-script $ make test0 | less #+END_SRC