From 1a4cb9ef25d7bf0bb1b847191edfcf4d1ced125d Mon Sep 17 00:00:00 2001 From: Alessandro Salerno <67583725+Alessandro-Salerno@users.noreply.github.com> Date: Sat, 21 May 2022 21:30:00 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 31e8774..6935fe1 100644 --- a/README.md +++ b/README.md @@ -56,16 +56,10 @@ The interpreter is fully functional, but lots of built-in functions that one wou ## Build To build it, just run: ```sh -$ ./build.sh +$ make ``` it will create a `build` folder where the interpreter's executable will be generated. -You may need to give executable permissions to the script. You can do so with by running: - -```sh -$ chmod +x build.sh -``` - ## Usage You can run files by doing: ```sh @@ -75,4 +69,4 @@ location/of/noja run or you can run strings by doing: ```sh location/of/noja run inline -``` \ No newline at end of file +```