Update README.org

This commit is contained in:
Logan Hunt 2022-06-04 15:35:55 -07:00 committed by GitHub
parent bd0ae31599
commit 4a680168fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,4 +8,6 @@ Showcase of features on [[https://youtu.be/WJgRw6Mvdl4][YouTube]]
+ [[http://www.sbcl.org/platform-table.html][SBCL]] + [[http://www.sbcl.org/platform-table.html][SBCL]]
+ [[https://www.sqlite.org/download.html][SQLite]] + [[https://www.sqlite.org/download.html][SQLite]]
* Running Interactively * Running Interactively
To run this program: ~sbcl --load lispruns.asd~ and then ~(main)~. 1. Load the package ~sbcl --load lispruns.asd~
2. load it with quicklisp: ~(ql:quickload 'lispruns)~
3. ~(main)~