Move README.org to README.markdown for video

This commit is contained in:
Logan Hunt 2022-11-14 00:17:36 -07:00 committed by Logan Hunt
parent 575f292b07
commit 035ab57ff4
No known key found for this signature in database
GPG Key ID: 8AC6A4B840C0EC49
2 changed files with 12 additions and 13 deletions

12
README.markdown Normal file
View File

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

View File

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