summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorSimponic <loganhunt@simponic.xyz>2022-05-29 21:57:21 -0700
committerSimponic <loganhunt@simponic.xyz>2022-05-29 21:57:21 -0700
commitffa83bc8b0794f5e20c6ee909e963436f5f06371 (patch)
tree2508d620b2bad925019b2c4820f4df92a8004d47 /README.org
parentedeab2d09444e02a2eeb3adb2bf7933a2851c5b3 (diff)
downloadlispruns-ffa83bc8b0794f5e20c6ee909e963436f5f06371.tar.gz
lispruns-ffa83bc8b0794f5e20c6ee909e963436f5f06371.zip
Update documentation; fix some bugs on first run
Diffstat (limited to 'README.org')
-rw-r--r--README.org5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.org b/README.org
index c64eadf..49744dd 100644
--- a/README.org
+++ b/README.org
@@ -3,8 +3,3 @@ This is a complete rewrite of my first Lisp project: a speedrun timer. It uses n
** Requirements
+ [[https://www.quicklisp.org/beta/][Quicklisp]]
+ [[http://www.sbcl.org/platform-table.html][SBCL]]
-** Usage
-*** Importing categories
-Config files are documented by the examples in ~configs~. Once a config file is written, import that category and its splits by running ~sbcl --load main.lisp -i <path-to-config>~. This will add the category and its splits to the timer's SQLite database.
-*** Running
-Simply ~sbcl --load main.lisp~