From b562e0921e962d014d108822c2143320bf2b71e6 Mon Sep 17 00:00:00 2001 From: Zak Yani Star Fenton Date: Sun, 8 Jun 2025 06:12:32 +0000 Subject: [PATCH] Update dist/README.md --- dist/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/README.md b/dist/README.md index ed77ffb..400bcf1 100644 --- a/dist/README.md +++ b/dist/README.md @@ -1,5 +1,5 @@ # The dist Directory -This directory is used within a project source directory to collect files for packaging with `slabpkg`. This generally means the compiled program files and any other installable program data are placed in this directory. +This directory is used within a project source directory to collect files for packaging with `slabpkg`. This generally means the compiled program files and any other installable program data are placed in a `dist` directory. This file isn't packaged but exists in the source distribution for the purposes of documentation and so that the `dist` subdirectory isn't deleted when there are no built files. \ No newline at end of file