1
0
Fork 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
1 changed files with 3 additions and 0 deletions

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