From 4a680168fa30abc47e445c2ea80fea7daa86e3d0 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sat, 4 Jun 2022 15:35:55 -0700 Subject: [PATCH] Update README.org --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)~