1
0

compile.sh - added updating note

This commit is contained in:
LogicParrot 2016-01-13 08:48:48 +02:00
parent 0902d5121c
commit 847ee1ede2

View File

@ -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