From 248c90bec72bea828dd1f2016cf06a458a9ecd1e Mon Sep 17 00:00:00 2001 From: Armin Briegel <1933192+scriptingosx@users.noreply.github.com> Date: Wed, 21 Apr 2021 11:31:18 +0200 Subject: [PATCH] added Readme to utils --- utils/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 utils/README.md diff --git a/utils/README.md b/utils/README.md new file mode 100644 index 0000000..405b3cc --- /dev/null +++ b/utils/README.md @@ -0,0 +1,5 @@ +# How to assemble Installomator.sh + +Since the Installomator.sh script has grown to over 3000 lines, its management on git has become very unwieldy. Because of that we have split the main script into multiple text files which are easier to manage. Having multiple files results in less merge conflicts. + +The full script is assembled using the `utils/assemble.sh` tool. For convenience, there is a symbolic link in the root of the repository. \ No newline at end of file