diff options
author | Charadon <dev@iotib.net> | 2022-09-28 16:09:45 -0400 |
---|---|---|
committer | Charadon <dev@iotib.net> | 2022-09-28 16:09:45 -0400 |
commit | 3d0da01cb4be4f6b4ab1d213c7d65e1f1997818e (patch) | |
tree | 4ba85284bb6ac570b377809f62998db0b9acf67b | |
parent | 2853858807d29548a75f19429646b48ac0004870 (diff) | |
download | dscip-3d0da01cb4be4f6b4ab1d213c7d65e1f1997818e.tar.gz |
setup.sh.txt: Added setup.sh.txt to document how setup.sh works.
-rw-r--r-- | docs/setup.sh.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/setup.sh.txt b/docs/setup.sh.txt new file mode 100644 index 0000000..f0699ba --- /dev/null +++ b/docs/setup.sh.txt @@ -0,0 +1,6 @@ +setup.sh is a script that helps automate or more easily set up a dscip +instance. If it is ran without arguments it enters Interactive Mode, where it +will prompt you questions. + +However, it can be used with command-line switches in Non-Interactive Mode. +For more info, use the -h switch on setup.sh |