about summary refs log tree commit homepage
path: root/examples/cgit.psgi
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cgit.psgi')
-rw-r--r--examples/cgit.psgi5
1 files changed, 4 insertions, 1 deletions
diff --git a/examples/cgit.psgi b/examples/cgit.psgi
index 3aaa4515..e72e832d 100644
--- a/examples/cgit.psgi
+++ b/examples/cgit.psgi
@@ -4,8 +4,11 @@
 #
 # PublicInbox::Cgit may be used independently of WWW.
 #
-# Usage:
+# Usage (development, with auto-reload):
 #        plackup -I lib -o 127.0.0.1 -R lib -r examples/cgit.psgi
+#
+# Usage (production, with public-inbox-httpd(1)):
+#        public-inbox-httpd [OPTIONS] /path/to/examples/cgit.psgi
 use strict;
 use warnings;
 use Plack::Builder;