summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLogicParrot <LogicParrot@users.noreply.github.com>2016-01-13 07:52:00 +0100
committerLogicParrot <LogicParrot@users.noreply.github.com>2016-01-13 07:52:00 +0100
commitda19b1708cf01621f0f30ab8f4da12aef81349eb (patch)
tree90164d9fedddb8e0413cdc55a39d7647b8f17917
parentMerge pull request #2864 from LogicParrot/compile (diff)
parentcompile.sh - added updating note (diff)
downloadcuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar
cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar.gz
cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar.bz2
cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar.lz
cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar.xz
cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.tar.zst
cuberite-da19b1708cf01621f0f30ab8f4da12aef81349eb.zip
-rwxr-xr-xcompile.sh3
1 files changed, 3 insertions, 0 deletions
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