Update README.org

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

View File

@ -9,5 +9,5 @@ Showcase of features on [[https://youtu.be/WJgRw6Mvdl4][YouTube]]
+ [[https://www.sqlite.org/download.html][SQLite]] + [[https://www.sqlite.org/download.html][SQLite]]
* Running Interactively * Running Interactively
1. Load the package ~sbcl --load lispruns.asd~ 1. Load the package ~sbcl --load lispruns.asd~
2. load it with quicklisp: ~(ql:quickload 'lispruns)~ 2. Load it with quicklisp: ~(ql:quickload 'lispruns)~
3. ~(main)~ 3. ~(main)~