1
0

Merge pull request #2867 from LogicParrot/compile2

compile.sh - Added updating note
This commit is contained in:
LogicParrot 2016-01-13 08:52:00 +02:00
commit da19b1708c

View File

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