diff options
author | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-11-21 17:24:11 +0100 |
---|---|---|
committer | Safwat Halaby <SafwatHalaby@users.noreply.github.com> | 2015-11-21 17:59:02 +0100 |
commit | 37921990a2e8cdb0d8705a46ddeaf5518783a612 (patch) | |
tree | c50c254cbaba719eab8f01839d41776a4d7f13f6 /README.md | |
parent | Merge pull request #2672 from SafwatHalaby/readme (diff) | |
download | cuberite-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 '')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |