diff options
| author | Alexander Barton <alex@barton.de> | 2021-12-30 20:01:44 +0100 |
|---|---|---|
| committer | Alexander Barton <alex@barton.de> | 2021-12-30 20:01:44 +0100 |
| commit | 3675c7567caf65e8fb0ed0390083a6d33919d26f (patch) | |
| tree | 984ff88c4c930b21289f933671f9aa9d8c6bcf6a /README.md | |
| parent | 97ffec3d64eb21c3d346104910113542e831aadf (diff) | |
| download | ngircd-3675c7567caf65e8fb0ed0390083a6d33919d26f.tar.gz ngircd-3675c7567caf65e8fb0ed0390083a6d33919d26f.zip | |
Enhance documentation a bit, add doc/QuickStart.md
And this file could well be expanded!
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md index f0856d7f..f576481f 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ specified by the RFCs that are used by existing clients. The **homepage** of the ngIRCd project is <https://ngircd.barton.de>. +Installation on ngIRCd is described in the file `INSTALL.md` in the source +directory; please see the file `doc/QuickStart.md` in the `doc/` directory for +some configuration examples. + More documentation can be found in the `doc/` directory and [online](https://ngircd.barton.de/documentation). |