Update README.markdown

This commit is contained in:
Logan Hunt 2022-11-29 11:14:44 -07:00 committed by GitHub
parent 035ab57ff4
commit 5d1cc3e3cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,14 @@
# SBCL Speedrun Timer # 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]. 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).
https://user-images.githubusercontent.com/25559600/204612689-05c2bbab-5130-43b0-8b09-f3a9583c506b.mp4
## Requirements ## Requirements
+ (Quicklisp)[https://www.quicklisp.org/beta/] + [Quicklisp](https://www.quicklisp.org/beta/)
+ (SBCL)[http://www.sbcl.org/platform-table.html] + [SBCL](http://www.sbcl.org/platform-table.html)
+ (SQLite)[[https://www.sqlite.org/download.html] + [SQLite](https://www.sqlite.org/download.html)
## Usage ## Usage
1. Load the package ~sbcl --load lispruns.asd~ 1. Load the package: `sbcl --load lispruns.asd`
2. Load it with quicklisp: ~(ql:quickload 'lispruns)~ 2. Get dependencies: `(ql:quickload 'lispruns)`
3. ~(main)~ 3. `(main)`