From c9a82e707d598201050f680cf7bd9138ec00b0f0 Mon Sep 17 00:00:00 2001 From: Tristan Williams Date: Sun, 27 Oct 2024 22:18:02 -0400 Subject: Fix README.md because rendering is stupid --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index abc797c..5160417 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ This is a template for Common Lisp systems. It contains only the basics: + - System/package definitions - Testing suite (using 5am) - Makefile for compiling executable @@ -11,6 +12,7 @@ It contains only the basics: ## Usage Modify the following files: + - README.md - Makefile - SYSTEM.asd @@ -18,6 +20,7 @@ Modify the following files: - test/SYSTEM-test.lisp Do the following: + - Replace any instance of the word SYSTEM with the name of the system/project - Fill out the headers in each file (Filename, description, AUTHOR) -- cgit v1.2.3