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.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.markdown (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown new file mode 100644 index 0000000..52a339a --- /dev/null +++ b/README.markdown @@ -0,0 +1,12 @@ +# SBCL Speedrun Timer +This is a complete rewrite of my first Lisp project: a speedrun timer. It uses the amazing ncurses wrapper library (croatoan)[https://github.com/McParen/croatoan] and a SQLite database - with the (MITO ORM)[https://github.com/fukamachi/mito]. + +## Requirements ++ (Quicklisp)[https://www.quicklisp.org/beta/] ++ (SBCL)[http://www.sbcl.org/platform-table.html] ++ (SQLite)[[https://www.sqlite.org/download.html] + +## Usage +1. Load the package ~sbcl --load lispruns.asd~ +2. Load it with quicklisp: ~(ql:quickload 'lispruns)~ +3. ~(main)~ -- cgit v1.2.3-70-g09d2