From bb6e8505489582fcc3ebbcb49fb70610cc2d8d59 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 15 Sep 2022 11:01:21 +0100 Subject: [PATCH] Tweaked build instructions --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0f38f2a..9d89700 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ Special thanks to http://craftinginterpreters.com/ for their fantastic book that ## Building -Simply run make in the root directory. +For windows, simply run `make` in the root directory. + +For linux, run `make static` in the root directory (see [this issue for details](https://github.com/Ratstail91/Toy/issues/26)). + +For mac, good luck. ## Syntax