From ae9a0b231e1b21db6829f59ca86b5c8e5bd0d56e Mon Sep 17 00:00:00 2001 From: sam Date: Sun, 21 Jul 2024 11:01:58 +1200 Subject: [PATCH] update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index ac6864e..30671e5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # compiler ### just a simple lisp compiler to learn compiler dev +#### cloning +run ```git clone https://git.samahh.dev/sam/compiler --recursive``` + #### compiling to compile run `make`