summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-06-04 15:35:55 -0700
committerGitHub <noreply@github.com>2022-06-04 15:35:55 -0700
commit4a680168fa30abc47e445c2ea80fea7daa86e3d0 (patch)
treeb31ea72c0f80d1b7b104c51465ec6fb8d1e453e5
parentbd0ae315999477fe2e8b56356e5e58034a7ba2ee (diff)
downloadlispruns-4a680168fa30abc47e445c2ea80fea7daa86e3d0.tar.gz
lispruns-4a680168fa30abc47e445c2ea80fea7daa86e3d0.zip
Update README.org
-rw-r--r--README.org4
1 files changed, 3 insertions, 1 deletions
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)~