From 32cb57b82db328bc84753af9d25e9aaa1bd31152 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Mon, 21 Mar 2022 14:14:12 +0300 Subject: Fix command in documentation Add missing argument to the command in the documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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= \ ./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. -- cgit v1.2.3