diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-11-14 00:14:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-14 00:14:53 -0700 |
commit | 575f292b079b7781d905e855a0a77498a005be41 (patch) | |
tree | e9252422c4da7643e2cc02674515a9f23bbb5cd6 | |
parent | e7bcc0e863cc3e8aec0a5de8de4fd6debdec9896 (diff) | |
download | lispruns-575f292b079b7781d905e855a0a77498a005be41.tar.gz lispruns-575f292b079b7781d905e855a0a77498a005be41.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]], because I hate documenting. +Go ahead and check out a demo on [[https://youtu.be/WJgRw6Mvdl4][YouTube]]! ** Requirements + [[https://www.quicklisp.org/beta/][Quicklisp]] |