From 1680b06f8400e5a5ece983b9e962d1a93eda7839 Mon Sep 17 00:00:00 2001 From: vx-clutch Date: Fri, 5 Sep 2025 17:54:59 -0400 Subject: [PATCH] update default --- doc/default | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/doc/default b/doc/default index f51cf77..a6c52b6 100644 --- a/doc/default +++ b/doc/default @@ -8,4 +8,21 @@ default ####### -This documentation goes over the whats and whys of the yait default layout. +When you create a project with yait using the following command, it use a +standardized default directory structure: + + $ yait Project + +This command produces the following structure, it is a modification of the GNU +layout, specifically GNU Hello. + +/project + doc/ + man/ + src/ + tools/ + config.h + configure* + COPYING + Makefile + README