From b7016d20dedbfde11b059109788ddfdfb3e6ab2d Mon Sep 17 00:00:00 2001 From: ValorZard Date: Wed, 9 Oct 2024 10:46:20 -0700 Subject: [PATCH] Added minor documentation on how to run the repl --- compiler+runtime/doc/build.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/compiler+runtime/doc/build.md b/compiler+runtime/doc/build.md index 89a55700..d01e1950 100644 --- a/compiler+runtime/doc/build.md +++ b/compiler+runtime/doc/build.md @@ -70,6 +70,12 @@ To make a debug build, specify the build type when configuring. ./bin/watch ./bin/test ``` +# Run jank +To run jank's repl, inside of /compiler+runtime, do +```bash +./build/jank repl +``` + ## Packaging There's also a script for installing jank and all its necessary dependencies. Note that this includes a lot of header files, which are necessary for jank's