From: Alexander Barton Date: Sat, 4 May 2024 16:46:38 +0000 (+0200) Subject: README.md: Fix output path of pandoc command X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-web.git;a=commitdiff_plain;h=HEAD;ds=sidebyside README.md: Fix output path of pandoc command --- 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 ```