summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLogan Hunt <loganhunt@simponic.xyz>2022-11-14 00:17:36 -0700
committerLogan Hunt <logan.hunt@usu.edu>2022-11-29 11:11:04 -0700
commit035ab57ff414208b96b08d03fd895f4985672365 (patch)
tree4e386d1c07bb1af3a318a508f97b1e815f73e543
parent575f292b079b7781d905e855a0a77498a005be41 (diff)
downloadlispruns-035ab57ff414208b96b08d03fd895f4985672365.tar.gz
lispruns-035ab57ff414208b96b08d03fd895f4985672365.zip
Move README.org to README.markdown for video
-rw-r--r--README.markdown12
-rw-r--r--README.org13
2 files changed, 12 insertions, 13 deletions
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)~
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)~