summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSafwat Halaby <SafwatHalaby@users.noreply.github.com>2015-11-21 17:24:11 +0100
committerSafwat Halaby <SafwatHalaby@users.noreply.github.com>2015-11-21 17:59:02 +0100
commit37921990a2e8cdb0d8705a46ddeaf5518783a612 (patch)
treec50c254cbaba719eab8f01839d41776a4d7f13f6 /README.md
parentMerge pull request #2672 from SafwatHalaby/readme (diff)
downloadcuberite-37921990a2e8cdb0d8705a46ddeaf5518783a612.tar
cuberite-37921990a2e8cdb0d8705a46ddeaf5518783a612.tar.gz
cuberite-37921990a2e8cdb0d8705a46ddeaf5518783a612.tar.bz2
cuberite-37921990a2e8cdb0d8705a46ddeaf5518783a612.tar.lz
cuberite-37921990a2e8cdb0d8705a46ddeaf5518783a612.tar.xz
cuberite-37921990a2e8cdb0d8705a46ddeaf5518783a612.tar.zst
cuberite-37921990a2e8cdb0d8705a46ddeaf5518783a612.zip
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 92a7413f5..17528564e 100644
--- a/README.md
+++ b/README.md
@@ -22,7 +22,7 @@ There are several ways to obtain Cuberite.
##### The EasyInstall script
This Linux script will download the correct binary from the project site.
- bash -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/easyinstall.sh)"
+ sh -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/easyinstall.sh)"
#### Compiling
- You can compile automatically for Linux with the `compile.sh` script. The script is described below.
@@ -33,7 +33,7 @@ Compiling may provide better performance performance (1.5-3x as fast) and it sup
##### The compile.sh script
This script downloads the source code and compiles it. The script is smart enough to notify you of missing dependencies and instructing you on how to install them. The script doesn't work for Windows.
- bash -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/compile.sh)"
+ sh -c "$(wget -O - https://raw.githubusercontent.com/cuberite/cuberite/master/compile.sh)"
#### Hosted services
- Hosted Cuberite is available DIY on DigitalOcean: [![Install on DigitalOcean](http://doinstall.bearbin.net/button.svg)](http:// doinstall.bearbin.net/install?url=https://github.com/cuberite/cuberite) and [Gamocosm](https://gamocosm.com) also offers Cuberite support.