diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-11-14 22:33:54 +0100 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-11-14 22:33:54 +0100 |
commit | a0e1e43fc187d79021b4e84e70729255f7f690e2 (patch) | |
tree | 933304dcec7bc698bf7c0f70fe8938d46c642113 /README.md | |
parent | ... in this world (diff) | |
parent | Noise3D: Added jungles. (diff) | |
download | cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.gz cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.bz2 cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.lz cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.xz cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.tar.zst cuberite-a0e1e43fc187d79021b4e84e70729255f7f690e2.zip |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,4 +1,4 @@ -MCServer [![Build Status](http://img.shields.io/travis/mc-server/MCServer.svg)](https://travis-ci.org/mc-server/MCServer) [![Coverity Scan Build Status](https://scan.coverity.com/projects/1930/badge.svg)](https://scan.coverity.com/projects/1930) [![tip for next commit](http://tip4commit.com/projects/74.svg)](http://tip4commit.com/projects/74) +MCServer [![Build Status](http://img.shields.io/travis/mc-server/MCServer/master.svg?style=flat)](https://travis-ci.org/mc-server/MCServer) [![Coverity Scan Build Status](https://scan.coverity.com/projects/1930/badge.svg)](https://scan.coverity.com/projects/1930) [![weekly tips](http://img.shields.io/gratipay/cuberite_team.svg?style=flat)](http://gratipay.com/cuberite_team) [![tip for next commit](http://tip4commit.com/projects/74.svg)](http://tip4commit.com/projects/74) ======== 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. @@ -10,9 +10,11 @@ We currently support Release 1.7 and 1.8 (not beta) Minecraft protocol versions. Installation ------------ +[![Install on DigitalOcean](http://doinstall.bearbin.net/button.svg)](http://doinstall.bearbin.net/install?url=https://github.com/mc-server/MCServer) + For Linux there is an easy installation method, just run this in your terminal: - curl -s https://raw.github.com/mc-server/MCServer/master/easyinstall.sh | 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: |