diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-11-29 11:14:44 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-29 11:14:44 -0700 |
commit | 5d1cc3e3cbced427a811b03903802d4357a19f94 (patch) | |
tree | 3a366d0fdc30c4d82f65318d285383e4041d31ce | |
parent | 035ab57ff414208b96b08d03fd895f4985672365 (diff) | |
download | lispruns-main.tar.gz lispruns-main.zip |
-rw-r--r-- | README.markdown | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/README.markdown b/README.markdown index 52a339a..72e5e4e 100644 --- a/README.markdown +++ b/README.markdown @@ -1,12 +1,14 @@ # 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 -+ (Quicklisp)[https://www.quicklisp.org/beta/] -+ (SBCL)[http://www.sbcl.org/platform-table.html] -+ (SQLite)[[https://www.sqlite.org/download.html] ++ [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)~ +1. Load the package: `sbcl --load lispruns.asd` +2. Get dependencies: `(ql:quickload 'lispruns)` +3. `(main)` |