aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrederick Muriuki Muriithi2022-03-21 14:14:12 +0300
committerFrederick Muriuki Muriithi2022-03-21 14:14:12 +0300
commit32cb57b82db328bc84753af9d25e9aaa1bd31152 (patch)
treeeee4aba97b64dc2a73bd016581dd5eb18cc2e112
parent972115f4d3579b08efca942a3f6c1435964f1ea0 (diff)
downloadgenenetwork2-32cb57b82db328bc84753af9d25e9aaa1bd31152.tar.gz
Fix command in documentation
Add missing argument to the command in the documentation
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d2d9f777..a9734fe9 100644
--- a/README.md
+++ b/README.md
@@ -98,7 +98,7 @@ like:
env GN_PROFILE=~/opt/gn-latest SERVER_PORT=5300 \
SQL_URI=<uri-to-override-the-default> \
./bin/genenetwork2 ./etc/default_settings.py \
- -m unittest -v
+ -c -m unittest -v
```
In the case where you use the default `etc/default_settings.py` configuration file, you can override any setting as demonstrated with the `SQL_URI` setting in the command above.