Update README

This commit is contained in:
Logan Hunt 2022-06-04 14:30:20 -07:00
parent dd5ce5c86b
commit bd0ae31599
Signed by untrusted user who does not match committer: simponic
GPG Key ID: 52B3774857EB24B1
2 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
*.db
*.env
bin

View File

@ -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)~.