summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 5a8beb2..d6ae7ba 100644
--- a/README.md
+++ b/README.md
@@ -41,7 +41,8 @@ db-infoscreen respects the following environment variables:
Set these as needed, create `templates/imprint.html.ep` (imprint) and
`templates/privacy.html.ep` (privacy policy), and configure your web server to
-pass requests for db-infoscreen to the appropriate port.
+pass requests for db-infoscreen to the appropriate port. See the
+`examples` directory for imprint and privacy policy samples.
You can run the app using a Mojo::Server of your choice, e.g. **perl
index.pl daemon -m production** (quick&dirty, does not respect all variables)