aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Williams <tgwil@tgwil.net>2024-10-27 22:18:02 -0400
committerTristan Williams <tgwil@tgwil.net>2024-10-27 22:18:02 -0400
commitc9a82e707d598201050f680cf7bd9138ec00b0f0 (patch)
tree6bd9e20c8bc60d7d259754178aafde04bbdf23bb
parentAdd everything (diff)
downloadtemplate.cl-c9a82e707d598201050f680cf7bd9138ec00b0f0.tar.gz
template.cl-c9a82e707d598201050f680cf7bd9138ec00b0f0.tar.bz2
template.cl-c9a82e707d598201050f680cf7bd9138ec00b0f0.zip
Fix README.md because rendering is stupid
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index abc797c..5160417 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,7 @@
3This is a template for Common Lisp systems. 3This is a template for Common Lisp systems.
4 4
5It contains only the basics: 5It contains only the basics:
6
6- System/package definitions 7- System/package definitions
7- Testing suite (using 5am) 8- Testing suite (using 5am)
8- Makefile for compiling executable 9- Makefile for compiling executable
@@ -11,6 +12,7 @@ It contains only the basics:
11## Usage 12## Usage
12 13
13Modify the following files: 14Modify the following files:
15
14- README.md 16- README.md
15- Makefile 17- Makefile
16- SYSTEM.asd 18- SYSTEM.asd
@@ -18,6 +20,7 @@ Modify the following files:
18- test/SYSTEM-test.lisp 20- test/SYSTEM-test.lisp
19 21
20Do the following: 22Do the following:
23
21- Replace any instance of the word SYSTEM with the name of the system/project 24- Replace any instance of the word SYSTEM with the name of the system/project
22- Fill out the headers in each file (Filename, description, AUTHOR) 25- Fill out the headers in each file (Filename, description, AUTHOR)
23 26