summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2017-08-17 16:25:53 +0200
committerMattes D <github@xoft.cz>2017-08-17 16:25:53 +0200
commit238f5bb3389036e919e427510f8fc8f1825c13e5 (patch)
tree6298f83c7d563496e44caa02fc2704ee7c7f9804 /README.md
parentChanged int parameters to vector parameters in cCuboid and simulators (#3874) (diff)
downloadcuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar
cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar.gz
cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar.bz2
cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar.lz
cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar.xz
cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.tar.zst
cuberite-238f5bb3389036e919e427510f8fc8f1825c13e5.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 11 insertions, 7 deletions
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
------------