diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-06-07 19:31:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-07 19:31:23 -0700 |
commit | e718ef491df8afb2fa80b8d1d9c88a402d4e90ec (patch) | |
tree | bedf6b69bdacd454065b5bef1727c65fc66e8bf4 | |
parent | a0cdcb748c888e0312aea4f36430869a697a9e63 (diff) | |
download | lispruns-e718ef491df8afb2fa80b8d1d9c88a402d4e90ec.tar.gz lispruns-e718ef491df8afb2fa80b8d1d9c88a402d4e90ec.zip |
Update README.org
-rw-r--r-- | README.org | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ * SBCL Speedrun Timer 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]] +Showcase of features on [[https://youtu.be/WJgRw6Mvdl4][YouTube]], because I hate documenting. ** Requirements + [[https://www.quicklisp.org/beta/][Quicklisp]] |