diff options
author | Attila Molnar <attilamolnar@hush.com> | 2013-12-15 07:32:47 -0800 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2013-12-15 07:32:47 -0800 |
commit | 575a3126834d3f283f6296e33c8bce94ee7a0f59 (patch) | |
tree | 0b96c8e7ea3d06410be1cd053b9996fba64d3c89 /README.md | |
parent | 59df199aaedf8018979c444eaa8cca59ff001877 (diff) | |
parent | 4f79296bc078c4e0d615abbf2da6b19f5164acbd (diff) |
Merge pull request #708 from SaberUK/master+development-branch
Add a warning that the user is using a development version.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +### Important Notice + +The `master` branch contains the latest development version. If you are running +a server then you probably want the `insp20` branch. You can obtain this from +the [releases](https://github.com/inspircd/inspircd/releases) page or by running +`git checkout insp20` if you are installing via Git. + ### About InspIRCd is a modular Internet Relay Chat (IRC) server written in C++ for Linux, |