update readme with what the new command looks like

This commit is contained in:
sigonasr2, Sig, Sigo 2022-05-17 12:41:15 +00:00
parent c025bd0d8f
commit 06363ff433

View File

@ -18,9 +18,10 @@ The system will also use the SigScript updating system to keep files up-to-date.
===================================================== =====================================================
Command List: Command List:
build
clean build Builds and runs the project.
commit clean Cleans up and removes unused files.
jar 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`. Configuration is modified at the top of the script file while the command list includes all included modules inside of `scripts`.