From a1d9b8486ef2e88138f71c48f949f162a0cc1903 Mon Sep 17 00:00:00 2001 From: "Dylan K. Taylor" Date: Fri, 2 Feb 2018 09:28:22 +0000 Subject: [PATCH] README: Be more clear about "getting latest phar" We don't want people to be using latest development builds, but that's the first thing people see when visiting Jenkins. We want them using releases instead. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aed72bde2..92f2d4e44 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,10 @@ There are a very wide range of already-written plugins available which you can u Yes you can! Contributions are welcomed provided that they comply with our [Contributing Guidelines](CONTRIBUTING.md). Please ensure you read the relevant sections of the guidelines carefully before making a Pull Request or opening an Issue. ### Where can I get the latest .phar? -Head over to our [official Jenkins server](https://jenkins.pmmp.io/) +- Latest release builds can be found in our [GitHub releases](https://github.com/pmmp/PocketMine-MP/releases). +- Latest bleeding-edge development builds (and other builds in the build job channels) can be found on our [Jenkins server](https://jenkins.pmmp.io/). + +**Note: Please avoid development builds unless there is no other alternative for what you need.** Development builds are subject to changes at any time without notice, and it is likely that your server or plugins might break without warning. ## Third-party Libraries/Protocols Used * __[PHP Sockets](http://php.net/manual/en/book.sockets.php)__