aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2023-05-26 13:21:33 +0300
committerFrederick Muriuki Muriithi2023-05-26 13:21:33 +0300
commitfe075ee5c8852fddc0a229d1b90d77bff9dca003 (patch)
tree0c60079bf5b6eca22e75a63540b4ab22936af78f /README.md
parent88d4f61e4df7dcffaaed083989c75ee9ad4a48a4 (diff)
downloadgenenetwork3-fe075ee5c8852fddc0a229d1b90d77bff9dca003.tar.gz
Document CLI Utility Commands
Document some CLI utility commands useful for development and for supporting the operation of the GN3 app.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index b99ab47..0c10cbe 100644
--- a/README.md
+++ b/README.md
@@ -127,6 +127,10 @@ These configurations should be set in an external config file, pointed to with t
TMPDIR also needs to be set correctly for the R script(s) (previously there was an issue with it being set to /tmp instead of ~/genenetwork3/tmp)
+## Command-Line Utility Scripts
+
+This project has a number of utility scripts that are needed in specific cirscumstances, and whose purpose is to support the operation of this application in one way or another. Have a look at the [Scripts.md file](./docs/Scripts.md] to see the details for each of the scripts that are available.
+
## Migrations
**NOTE**: Do not create migration scripts manually. Use the processes indicated below.