From 57d459c727f146fe1c76da400ab364c747cd8913 Mon Sep 17 00:00:00 2001 From: Sam Greytalon Date: Mon, 26 Feb 2024 13:13:59 -0600 Subject: [PATCH] Clarify where I install Dexter on my web server. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42298b2..6abcec7 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Install them using `cpan` or however else you get your Perl modules. Once the proper modules are installed, clone this repository to wherever you want Dexter to reside. For me on my OpenBSD web server, that's `/var/www/cgi-bin/`. -After that, Dexter can be ran under any web server as a CGI or PSGI app, or via Mojolicious' builtin `morbo` and `hypnotoad` servers. See `examples/openbsd/etc/` for the configuration files that I use on my OpenBSD web server to connect Dexter with `httpd`. +After that, Dexter can be ran under any web server as a CGI or PSGI app, or via Mojolicious' builtin `morbo` and `hypnotoad` servers. See `examples/openbsd/etc/dexter/` for the configuration files that I use on my OpenBSD web server to connect Dexter with `httpd`. ## Configuration Configuration is done by modifying the constant variables in `dexter.pl`.