diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-06-04 15:35:55 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-04 15:35:55 -0700 |
commit | 4a680168fa30abc47e445c2ea80fea7daa86e3d0 (patch) | |
tree | b31ea72c0f80d1b7b104c51465ec6fb8d1e453e5 | |
parent | bd0ae315999477fe2e8b56356e5e58034a7ba2ee (diff) | |
download | lispruns-4a680168fa30abc47e445c2ea80fea7daa86e3d0.tar.gz lispruns-4a680168fa30abc47e445c2ea80fea7daa86e3d0.zip |
Update README.org
-rw-r--r-- | README.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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)~ |