diff options
-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'." |