From 163fd79307f55d2b2a5c866775562ddfaaa678b7 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sat, 4 May 2024 18:46:38 +0200 Subject: [PATCH] README.md: Fix output path of pandoc command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70262d4..f076fcd 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ This source code is available on Use `pandoc` like this: ```bash -pandoc -s -f man -t html -o ngircd.conf.5.html ../ngIRCd.git/man/ngircd.conf.5 +pandoc -s -f man -t html -o man/ngircd.conf.5.html ../ngIRCd.git/man/ngircd.conf.5 pandoc -s -f man -t html -o man/ngircd.8.html ../ngIRCd.git/man/ngircd.8 ``` -- 2.39.2