diff options
author | Frederick Muriuki Muriithi | 2022-03-21 14:14:12 +0300 |
---|---|---|
committer | Frederick Muriuki Muriithi | 2022-03-21 14:14:12 +0300 |
commit | 32cb57b82db328bc84753af9d25e9aaa1bd31152 (patch) | |
tree | eee4aba97b64dc2a73bd016581dd5eb18cc2e112 | |
parent | 972115f4d3579b08efca942a3f6c1435964f1ea0 (diff) | |
download | genenetwork2-32cb57b82db328bc84753af9d25e9aaa1bd31152.tar.gz |
Fix command in documentation
Add missing argument to the command in the documentation
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |