update readme
This commit is contained in:
parent
3621e6772b
commit
ce375024f3
1 changed files with 8 additions and 1 deletions
|
@ -8,4 +8,11 @@ run ```git clone https://git.samahh.dev/sam/compiler --recursive```
|
||||||
to compile run `make`
|
to compile run `make`
|
||||||
|
|
||||||
#### running
|
#### running
|
||||||
to run the example run `make run`, or to compile another file run `./compiler filename.lisp binaryname`
|
to run the example run `make run`, or to compile another file run either
|
||||||
|
```
|
||||||
|
./compiler run filename.lisp
|
||||||
|
```
|
||||||
|
or
|
||||||
|
```
|
||||||
|
./compiler build filename.lisp binaryname
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue