From bd0ae315999477fe2e8b56356e5e58034a7ba2ee Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Sat, 4 Jun 2022 14:30:20 -0700 Subject: [PATCH] Update README --- .gitignore | 1 + README.org | 8 +++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 3c4e808..8a78177 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ *.db *.env +bin diff --git a/README.org b/README.org index 49744dd..3a09aff 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,11 @@ * SBCL Speedrun Timer -This is a complete rewrite of my first Lisp project: a speedrun timer. It uses ncurses and a SQLite database, with the [[https://github.com/fukamachi/mito][MITO ORM.]] +This is a complete rewrite of my first Lisp project: a speedrun timer. It uses an ncurses wrapper (croatoan) and a SQLite database, with the [[https://github.com/fukamachi/mito][MITO ORM.]] + +Showcase of features on [[https://youtu.be/WJgRw6Mvdl4][YouTube]] + ** Requirements + [[https://www.quicklisp.org/beta/][Quicklisp]] + [[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)~.