From 25bd228f4aab05c4e7d9fb9a564d1e46e9c99701 Mon Sep 17 00:00:00 2001 From: anon Date: Fri, 27 Jan 2023 23:31:14 +0100 Subject: [PATCH] readme update --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b68787..306a412 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # mktemplate - +This script attempts to eliminate user overhead of frequently coping a file to varying locations. +Mktemplate internally attempts to read a variable called "${MKTEMPLATE_HOME}". +This variable shall hold the path to the folder where templates are stored. +"Templates" are just files located at ${MKTEMPLATEHOME}. +Text files are processed through m4.