commit 1680b06f8400e5a5ece983b9e962d1a93eda7839 parent 403b28355914e61f08b7ac6efba2aa2bcc5dd430 Author: vx-clutch <[email protected]> Date: Fri, 5 Sep 2025 17:54:59 -0400 update default Diffstat:
| M | doc/default | | | 19 | ++++++++++++++++++- |
1 file changed, 18 insertions(+), 1 deletion(-)
diff --git 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