From 36ffc24b9a5641e5fe0534d374bd694e5d4b2f96 Mon Sep 17 00:00:00 2001 From: cozis Date: Thu, 11 Aug 2022 19:33:40 +0200 Subject: [PATCH] minor updated in the readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6935fe1..b20b398 100644 --- a/README.md +++ b/README.md @@ -54,11 +54,11 @@ I wrote it on a linux machine, but there should be very few places where a linux The interpreter is fully functional, but lots of built-in functions that one would expect still need to be implemented. Unfortunately, I feel like, at the moment, this requires much more work than what it's worth. At this time the priority is writing documentation and tests so that more people can try it, give feedback and move forward without breaking the world. ## Build -To build it, just run: +To build the interpreter, run: ```sh $ make ``` -it will create a `build` folder where the interpreter's executable will be generated. +The `noja` executable will be generated, which is a CLI that runs Noja code. ## Usage You can run files by doing: