From faffb2744ebd6c11f9f40fd9181b0110eb2ee409 Mon Sep 17 00:00:00 2001 From: sebastian Date: Sun, 2 Apr 2023 13:47:35 +0200 Subject: [PATCH] Fixed structure a bit more --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6793058..afd3239 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ this is done using the command `bnfc -o src -d Grammar.cf` Churf can then be built using `cabal install` Using the tool [make](https://www.gnu.org/software/make/) the entire thing can be built by running `make` -If [just](https://github.com/casey/just) is preferred then run `just build` +or using [just](https://github.com/casey/just), `just build` # Compiling a program