]> arthur.barton.de Git - ngircd-web.git/blob - README.md
README.md: Fix output path of pandoc command
[ngircd-web.git] / README.md
1 # ngIRCd Homepage
2
3 This is the *homepage* of ngIRCd, a free, portable and lightweight Internet
4 Relay Chat (IRC) server for small or private networks.
5
6 The homepage itself can be found on <https://ngircd.barton.de>.
7
8 This source code is available on
9 [GitHub](https://github.com/ngircd/ngircd-web).
10
11 ## Building the Manual Pages
12
13 Use `pandoc` like this:
14
15 ```bash
16 pandoc -s -f man -t html -o ngircd.conf.5.html ../ngIRCd.git/man/ngircd.conf.5
17 pandoc -s -f man -t html -o man/ngircd.8.html ../ngIRCd.git/man/ngircd.8
18 ```
19
20 Don't forget to add the updates HTML files to the Git repository!