diff options
author | Alexander Harkness <me@bearbin.net> | 2015-10-31 23:25:21 +0100 |
---|---|---|
committer | Alexander Harkness <me@bearbin.net> | 2015-10-31 23:25:21 +0100 |
commit | b4f464976a412f1f268a59a857725f27abfc1112 (patch) | |
tree | f15a5318faf1c3940c07098560e2e67560c831dd | |
parent | Fixed outdated help text in easyinstall. (diff) | |
download | cuberite-b4f464976a412f1f268a59a857725f27abfc1112.tar cuberite-b4f464976a412f1f268a59a857725f27abfc1112.tar.gz cuberite-b4f464976a412f1f268a59a857725f27abfc1112.tar.bz2 cuberite-b4f464976a412f1f268a59a857725f27abfc1112.tar.lz cuberite-b4f464976a412f1f268a59a857725f27abfc1112.tar.xz cuberite-b4f464976a412f1f268a59a857725f27abfc1112.tar.zst cuberite-b4f464976a412f1f268a59a857725f27abfc1112.zip |
-rwxr-xr-x | easyinstall.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/easyinstall.sh b/easyinstall.sh index e2227d6fa..6c918272a 100755 --- a/easyinstall.sh +++ b/easyinstall.sh @@ -14,4 +14,4 @@ echo "Downloading precompiled binaries." curl -s $DOWNLOADURL | tar -xzf - echo "Done." -echo "Cuberite is now installed, run using 'cd MCServer; ./Cuberite'." +echo "Cuberite is now installed, run using 'cd Server; ./Cuberite'." |