diff --git a/README.org b/README.org index 3a09aff..d8a2632 100644 --- a/README.org +++ b/README.org @@ -8,4 +8,6 @@ Showcase of features on [[https://youtu.be/WJgRw6Mvdl4][YouTube]] + [[http://www.sbcl.org/platform-table.html][SBCL]] + [[https://www.sqlite.org/download.html][SQLite]] * 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)~