From ee42b63be610a531860e99a56ec629e69c0097a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Sat, 24 Mar 2018 12:01:37 +0100 Subject: [PATCH] Add note on how to start TFW to bootstrap script --- hack/bootstrap_tfw_dev.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hack/bootstrap_tfw_dev.sh b/hack/bootstrap_tfw_dev.sh index a98015a..ab10065 100755 --- a/hack/bootstrap_tfw_dev.sh +++ b/hack/bootstrap_tfw_dev.sh @@ -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