]> arthur.barton.de Git - ngircd-web.git/blobdiff - README.md
README.md: Fix output path of pandoc command
[ngircd-web.git] / 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
-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
 ```