Add notes regarding using a minimal folder mimicking the repo.

master
poikilos 2021-06-05 00:05:05 -04:00
parent 78837a9b81
commit 72eab87a83
1 changed files with 3 additions and 1 deletions

View File

@ -52,7 +52,9 @@ if [ ! -d "$REPO_PATH" ]; then
fi
else
echo "* using existing $MT_BASH_RC_PATH"
echo " * to update it, run: cd \"$REPO_PATH\" && git pull"
echo " * To update it, run: cd \"$REPO_PATH\" && git pull"
echo " * If that doesn't work run the following:"
echo " mv $REPO_PATH /tmp/EnlivenMinetest.old && git clone https://github.com/poikilos/EnlivenMinetest $REPO_PATH"
fi
if [ ! -f "$MT_BASH_RC_PATH" ]; then
echo