From b4f464976a412f1f268a59a857725f27abfc1112 Mon Sep 17 00:00:00 2001 From: Alexander Harkness Date: Sat, 31 Oct 2015 22:25:21 +0000 Subject: Fixed help text again, another part had changed. --- easyinstall.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'." -- cgit v1.2.3