From 6ca35f907addf0294719da81424ee1e708e1de14 Mon Sep 17 00:00:00 2001 From: Conrad Zelck <git@simpel.cc> Date: Sun, 8 Oct 2023 19:45:05 +0200 Subject: [PATCH] docs: place DEBUG on server for debugging infos Signed-off-by: Conrad Zelck <git@simpel.cc> --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 77cff4d..b551096 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ swiss-army knife for converting files. * [Installation](#installation) * [Prerequisites](#prerequisites) * [Install Pandoc Web](#install-pandoc-web) + * [Debugging](#debugging) * [Links](#links) ## Manual @@ -293,6 +294,10 @@ Second remove in `<header>`: <?php include dirname($_SERVER['DOCUMENT_ROOT']) . "/simpel.cc/php/header.php"; ?> ``` +### Debugging + +You can get debugging infos in the output field from your servers actions. Place a file called `DEBUG` on the server. + ## Links - [Pandoc](https://pandoc.org) -- GitLab