diff --git a/setup-freebsd.sh b/setup-freebsd.sh index ab143661c8..e07c82970b 100755 --- a/setup-freebsd.sh +++ b/setup-freebsd.sh @@ -79,4 +79,3 @@ echo '{ # if everything went fine echo "Setup finished successfully." -echo "You can now run 'vibe' from any vibe.d application directory to run an app (e.g. in examples/http_server/)." diff --git a/setup-linux.sh b/setup-linux.sh index 300525640f..c6fcce2d6a 100755 --- a/setup-linux.sh +++ b/setup-linux.sh @@ -167,7 +167,7 @@ finstall() chmod 0755 $SYMLINK_FILE # if everything went fine - echo -e "\n \033[32;40;7;1m'vibe' installed successfully!\033[0m\n" + echo -e "\n \033[32;40;7;1mvibe.d installed successfully!\033[0m\n" echo "You need to have the following dependencies installed:" echo " ·dmd 2.061 - http://dlang.org" echo " ·libssl (development files) - http://www.openssl.org/"