diff --git a/compile.sh b/compile.sh index 84bdc96e9..0b30c83b4 100755 --- a/compile.sh +++ b/compile.sh @@ -225,6 +225,9 @@ if [ "$BUILDTYPE" = "Debug" ]; then else echo "`pwd`/Cuberite" fi +cd .. +echo +echo "You can always update Cuberite by executing `pwd`/compile.sh" echo echo "Enjoy :)" exit 0