diff options
author | Peter Powell <petpow@saberuk.com> | 2018-10-26 02:57:13 +0100 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2018-10-26 02:57:13 +0100 |
commit | 0e397ff7217a1b2232d9a045884fe71f7716c0f7 (patch) | |
tree | 9317fe096ad4c9b59ed1a32d7e2ace7faf9aaba5 /README.md | |
parent | 2d50984185c7902d37783a98f19637c86694a452 (diff) |
Tell the user to check out the latest tag rather than the branch.
When the InspIRCd 3.x branch forks this will tell the user to go
back to the latest tag on the branch.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ If you encounter any bugs then [please file an issue](https://github.com/inspirc ## Installation -**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 page](https://github.com/inspircd/inspircd/releases) or by running `git checkout insp20` if you are installing via Git.** +**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 page](https://github.com/inspircd/inspircd/releases) or by running `git checkout $(git describe --abbrev=0 --tags insp20)` if you are installing via Git.** Most InspIRCd users running a UNIX-like system build from source. A guide about how to do this is available on [the InspIRCd wiki](https://wiki.inspircd.org/Installation_From_Source). |