From 06363ff4330feac1210353ca198daa30d94b8870 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Tue, 17 May 2022 12:41:15 +0000 Subject: [PATCH] update readme with what the new command looks like --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index db9c5f0..5421753 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,10 @@ The system will also use the SigScript updating system to keep files up-to-date. ===================================================== Command List: - build - clean - commit - jar + + build Builds and runs the project. + clean Cleans up and removes unused files. + commit Adds a commit message and pushes project to github repository. + jar Builds a runnable jar file using ${MAIN_CLASS} as an entry point and then runs the newly generated jar. ``` Configuration is modified at the top of the script file while the command list includes all included modules inside of `scripts`.