1
0
mirror of https://github.com/avatao-content/test-tutorial-framework synced 2024-11-12 22:47:18 +00:00

Add note on how to start TFW to bootstrap script

This commit is contained in:
Kristóf Tóth 2018-03-24 12:01:37 +01:00
parent e6f43e067d
commit ee42b63be6

View File

@ -25,4 +25,6 @@ yarn install >> $LOGFILE 2>&1
wait
echo "Done!"
echo
echo "You can start TFW by executing the ${BACKEND}/hack/tfw_magic_start.sh script."
rm $LOGFILE