From 20f2d80c593a94ffac973fd49d97cd44c770981b Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Wed, 8 Oct 2014 17:25:14 +0100 Subject: Updated Buildserver URLs. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 9763e49a9..09ff5d796 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,8 @@ Installation Normally, you will want to download a pre-compiled version of MCServer from one of the buildservers: - * [Windows and Linux](http://builds.mc-server.org) - * [Raspberry Pi](http://ci.bearbin.net) + * [Windows and Linux](http://builds.cuberite.org) + * [Raspberry Pi](http://builds.cuberite.org) You simply need to download and extract these files before you can use the server. -- cgit v1.2.3 From ae0705a67d6a464b08a9083cfb9e9f9bb4a1c0a3 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 11 Oct 2014 17:17:22 +0100 Subject: Fixes. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 09ff5d796..0b1a6c443 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ MCServer [![Build Status](http://img.shields.io/travis/mc-server/MCServer.svg)]( MCServer is a Minecraft server that is written in C++ and designed to be efficient with memory and CPU, as well as having a flexible Lua Plugin API. -MCServer can run on PCs, Macs, and *nix. This includes android phones and tablets as well as Raspberry Pis. +MCServer can run on Windows, *nix and Android operating systems. This includes Android phones and tablets as well as Raspberry Pis. -We currently support the protocol from Minecraft 1.2 all the way up to Minecraft 1.8. +We currently support Release 1.7 and 1.8 (not beta) Minecraft protocol versions. Installation ------------ -- cgit v1.2.3 From 99efaa5a3c5dc070fd0dd54a5e4fff3443cc3df0 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 11 Oct 2014 17:19:08 +0100 Subject: More README changes. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 0b1a6c443..5c7388528 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,7 @@ We currently support Release 1.7 and 1.8 (not beta) Minecraft protocol versions. Installation ------------ -Normally, you will want to download a pre-compiled version of MCServer from one of the buildservers: - - * [Windows and Linux](http://builds.cuberite.org) - * [Raspberry Pi](http://builds.cuberite.org) +Normally, you will want to download a pre-compiled version of MCServer from the official buildserver: http://builds.cuberite.org You simply need to download and extract these files before you can use the server. @@ -22,7 +19,7 @@ If you're a more advanced user, you may want to compile the server yourself for Contributing ------------ -MCServer is licensed under the Apache license V2, and we welcome anybody to fork and submit a Pull Request back with their changes, and if you want to join as a permanent member we can add you to the team. +MCServer is licensed under the Apache License V2, and we welcome anybody to fork and submit a Pull Request back with their changes, and if you want to join as a permanent member we can add you to the team. Check out the [CONTRIBUTING.md](https://github.com/mc-server/MCServer/blob/master/CONTRIBUTING.md) file for more details. -- cgit v1.2.3 From f42d520ccf7fd5eca74e62cb726fe72a9eb9a75a Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 11 Oct 2014 21:40:32 +0100 Subject: Added a guide to the easy install method. --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5c7388528..639ea3932 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,18 @@ We currently support Release 1.7 and 1.8 (not beta) Minecraft protocol versions. Installation ------------ -Normally, you will want to download a pre-compiled version of MCServer from the official buildserver: http://builds.cuberite.org +For Linux there is an easy installation method: -You simply need to download and extract these files before you can use the server. + curl -s http://git.io/KXfyxQ | sh -If you're a more advanced user, you may want to compile the server yourself for more performance. See the [COMPILING.md](https://github.com/mc-server/MCServer/blob/master/COMPILING.md) file for more details. +For Windows, you just need to download a file and extract it: + + - [Windows 32 bit](http://builds.cuberite.org/job/MCServer%20Windows%20x86/lastSuccessfulBuild/artifact/Install/MCServer.zip) + - [Windows 64 bit](http://builds.cuberite.org/job/MCServer%20Windows%20x64/lastSuccessfulBuild/artifact/Install/MCServer.zip) + +For other operating systems you need to download and compile yourself. There is also an archive of binary builds on the buildserver: http://builds.cuberite.org + +Compiling the server yourself has other benefits: you may get better performance performance (1.5-3x as fast) and it supports more operating systems. See the [COMPILING.md](https://github.com/mc-server/MCServer/blob/master/COMPILING.md) file for more details. Contributing ------------ -- cgit v1.2.3 From f7a0ab37c64395c56c0409956d792a60a36d821b Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 11 Oct 2014 21:53:01 +0100 Subject: The longer URL has https, so we have to use that until the shortener has HTTPS. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 639ea3932..a0c9e9615 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Installation For Linux there is an easy installation method: - curl -s http://git.io/KXfyxQ | sh + curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh For Windows, you just need to download a file and extract it: -- cgit v1.2.3 From b4170e31842eea5dfb159705bf4657c112648545 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 11 Oct 2014 21:54:24 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index a0c9e9615..9e9751b35 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ We currently support Release 1.7 and 1.8 (not beta) Minecraft protocol versions. Installation ------------ -For Linux there is an easy installation method: +For Linux there is an easy installation method, just run this in your terminal: curl -s https://raw.githubusercontent.com/mc-server/MCServer/master/easyinstall.sh | sh -- cgit v1.2.3