Update README
This commit is contained in:
parent
9f31d9692e
commit
cd3bdb9976
|
@ -1,9 +1,9 @@
|
||||||
# Transcendental Lisp
|
# Transcendental Lisp
|
||||||
|
|
||||||
> A dialect of Lisp still in its early stages of development.
|
A dialect of Lisp still in its early stages of development.
|
||||||
|
|
||||||
|
|
||||||
#### Build Setup
|
### Build Setup
|
||||||
|
|
||||||
``` bash
|
``` bash
|
||||||
# build the application
|
# build the application
|
||||||
|
@ -12,4 +12,4 @@ mvn clean verify
|
||||||
# run the interpreter
|
# run the interpreter
|
||||||
java -jar target/transcendental-lisp-*.jar
|
java -jar target/transcendental-lisp-*.jar
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue