]> arthur.barton.de Git - ngircd-web.git/commitdiff
README.md: Fix output path of pandoc command master
authorAlexander Barton <alex@barton.de>
Sat, 4 May 2024 16:46:38 +0000 (18:46 +0200)
committerAlexander Barton <alex@barton.de>
Sat, 4 May 2024 16:46:38 +0000 (18:46 +0200)
README.md

index 70262d4109bc8503b60ce1bba6f0713d5480817c..f076fcd405e3f19a64a0211fbba80579dda8a97d 100644 (file)
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ This source code is available on
 Use `pandoc` like this:
 
 ```bash
 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
 ```
 
 pandoc -s -f man -t html -o man/ngircd.8.html ../ngIRCd.git/man/ngircd.8
 ```