summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--README.org8
2 files changed, 8 insertions, 1 deletions
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)~.