From 238f5bb3389036e919e427510f8fc8f1825c13e5 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Thu, 17 Aug 2017 16:25:53 +0200 Subject: Add support for 1.12.1 (#3908) --- README.md | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 463dd5284..57987fd8e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Cuberite is a Minecraft-compatible multiplayer game server that is written in C+ Cuberite can run on Windows, *nix and Android operating systems. This includes Android phones and tablets as well as Raspberry Pis. -We currently support Release 1.8 - 1.12 Minecraft protocol versions. +We currently support Release 1.8 - 1.12.1 Minecraft protocol versions. Subscribe to [the newsletter](https://cuberite.org/news/#subscribe) for important updates and project news. @@ -15,18 +15,21 @@ Installation There are several ways to obtain Cuberite. #### Binaries - - The easiest method is downloading for Windows or Linux from the [Project site](https://cuberite.org/). - - You can use the EasyInstall script for Linux and macOS, which automatically downloads the correct binary. The script is described below. - - You can also obtain a binary from the [buildserver archive](https://builds.cuberite.org/). + +- The easiest method is downloading for Windows or Linux from the [Project site](https://cuberite.org/). +- You can use the EasyInstall script for Linux and macOS, which automatically downloads the correct binary. The script is described below. +- You can also obtain a binary from the [buildserver archive](https://builds.cuberite.org/). ##### The EasyInstall script + This script will download the correct binary from the project site. curl -sSfL https://download.cuberite.org | sh #### Compiling - - You can compile automatically for Linux / *nix with the `compile.sh` script. The script is described below. - - You can also compile manually. See [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md). + +- You can compile automatically for Linux / *nix with the `compile.sh` script. The script is described below. +- You can also compile manually. See [COMPILING.md](https://github.com/cuberite/cuberite/blob/master/COMPILING.md). Compiling may provide better performance (1.5-3x as fast) and it supports more operating systems. @@ -36,7 +39,8 @@ This script downloads the source code and compiles it. The script is smart enoug sh -c "$(wget -O - https://compile.cuberite.org)" #### Hosted services - - Hosted Cuberite is available via [Gamocosm](https://gamocosm.com/). + +- Hosted Cuberite is available via [Gamocosm](https://gamocosm.com/). Contributing ------------ -- cgit v1.2.3