From ce375024f36800e27a0e630c78b2ee7b44227bcb Mon Sep 17 00:00:00 2001
From: sam <multisniperism@gmail.com>
Date: Mon, 22 Jul 2024 13:05:30 +1200
Subject: [PATCH] update readme

---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 30671e5..5747c16 100644
--- a/README.md
+++ b/README.md
@@ -8,4 +8,11 @@ run ```git clone https://git.samahh.dev/sam/compiler --recursive```
 to compile run `make`
 
 #### running
-to run the example run `make run`, or to compile another file run `./compiler filename.lisp binaryname`
\ No newline at end of file
+to run the example run `make run`, or to compile another file run either 
+```
+./compiler run filename.lisp
+```
+or 
+```
+./compiler build filename.lisp binaryname
+```
\ No newline at end of file