aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/README.md b/README.md
index cdae7f2..cdca181 100644
--- a/README.md
+++ b/README.md
@@ -24,7 +24,10 @@ You can use flask for development servers, and uwsgi for production. For a produ
## Instructions
-Configure the application with `config.cfg` based on `config.cfg.example`.
+Configure the application with these two files, based on the `.example` files available in the source code:
+
+* stackbin.conf
+* stackbin.wsgi.ini
Generate new db.
bgstack15