Merge branch 'insp3' into master.

This commit is contained in:
Sadie Powell 2023-10-19 22:18:33 +01:00
commit 82b5826d0d
2 changed files with 4 additions and 3 deletions

View File

@ -33,6 +33,7 @@ Tick the boxes for the checks you have made.
I have ensured that:
- [ ] This pull request does not introduce any incompatible API changes.
- [ ] If ABI changes have been made I have incremented MODULE_ABI in `moduledefs.h`.
- [ ] The code I am submitting is my own work and/or I have permission from the author to share it.
- [ ] I have documented any features added by this pull request.
- [ ] This pull request does not introduce any incompatible API changes (stable branches only).
- [ ] If ABI changes have been made I have incremented MODULE_ABI in `moduledefs.h` (stable branches only).

View File

@ -26,7 +26,7 @@ If you encounter any bugs then [please file an issue](https://github.com/inspirc
Most InspIRCd users running a UNIX-like system build from source. A guide about how to do this is available on [the InspIRCd docs site](https://docs.inspircd.org/4/installation/source).
Building from source on Windows is generally not recommended but [a guide is available](https://github.com/inspircd/inspircd/blob/master/win/README.txt) if you wish to do this.
Building from source on Windows is generally not recommended but [a guide is available](https://docs.inspircd.org/4/installation/windows-source/) if you wish to do this.
<!--
TODO: uncomment this once we have binary packages for v4.