From 035ab57ff414208b96b08d03fd895f4985672365 Mon Sep 17 00:00:00 2001 From: Logan Hunt Date: Mon, 14 Nov 2022 00:17:36 -0700 Subject: Move README.org to README.markdown for video --- README.org | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 README.org (limited to 'README.org') diff --git a/README.org b/README.org deleted file mode 100644 index 88ce496..0000000 --- a/README.org +++ /dev/null @@ -1,13 +0,0 @@ -* 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.]] - -Go ahead and check out a demo 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 -1. Load the package ~sbcl --load lispruns.asd~ -2. Load it with quicklisp: ~(ql:quickload 'lispruns)~ -3. ~(main)~ -- cgit v1.3