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