diff options
author | Tristan Williams <tgwil@tgwil.net> | 2024-10-27 22:18:02 -0400 |
---|---|---|
committer | Tristan Williams <tgwil@tgwil.net> | 2024-10-27 22:18:02 -0400 |
commit | c9a82e707d598201050f680cf7bd9138ec00b0f0 (patch) | |
tree | 6bd9e20c8bc60d7d259754178aafde04bbdf23bb | |
parent | Add everything (diff) | |
download | template.cl-c9a82e707d598201050f680cf7bd9138ec00b0f0.tar.gz template.cl-c9a82e707d598201050f680cf7bd9138ec00b0f0.tar.bz2 template.cl-c9a82e707d598201050f680cf7bd9138ec00b0f0.zip |
Fix README.md because rendering is stupid
-rw-r--r-- | README.md | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,7 @@ | |||
3 | This is a template for Common Lisp systems. | 3 | This is a template for Common Lisp systems. |
4 | 4 | ||
5 | It contains only the basics: | 5 | It 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 | ||
13 | Modify the following files: | 14 | Modify 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 | ||
20 | Do the following: | 22 | Do 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 | ||