diff --git a/INSTALL.sh b/INSTALL.sh index 4e0f89f..a081f33 100755 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -227,4 +227,8 @@ fi # Dump result echo "Build completed!" -echo "run $DIR_DESKTOP_TARGET/yoda.sh" \ No newline at end of file + +if [[ $SETUP_DESKTOP_MENU == "y" ]]; then + echo "run Yoda from application menu or" +fi + echo "start Yoda with launcher: \"$DIR_DESKTOP_TARGET/yoda.sh\"" \ No newline at end of file