From ca002600577945d550cb658d770f75cdcb40df92 Mon Sep 17 00:00:00 2001 From: Peter Green Date: Sat, 7 Jan 2023 19:57:09 +0000 Subject: [PATCH] Update 'README.md' Update file. --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 70f0cbd..8437d1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ -# make_project_dirs +## Make Project Dirs -Script to make a directory structure for graphics projects. \ No newline at end of file +Script to make a directory structure for graphics projects, that includes template files for the more common projects. + +## Ease the workflow of projects. + +Having a structure of directories with blank templates in relevant directories is a great way to get started on a project. It helps with organising and cataloging your assets. + +If you use the same directory structure for every project, you get comfortable and used to the work space, which speeds up the work flow. + +## Installing the script + +Run install.sh - simples! + +## Running the Script + +Run the Make_Project_Dirs.sh script, and it will ask you for the name of the project you are about to start. Hit enter, and you will create a directory on your desktop populated with directories and file templates. +You can them move the directory to where ever you like once you have either created it, or finished the project. + +## Customising the script + +You can add or remove directories or templates by editing the Make_Project_Dirs.sh file and/or the Assets directory. \ No newline at end of file