diff --git a/bin/foamInstallationTest b/bin/foamInstallationTest index ed4bb9c782..17b285a5ab 100755 --- a/bin/foamInstallationTest +++ b/bin/foamInstallationTest @@ -344,9 +344,9 @@ checkOpenFOAMEnvironment() echo "" echo "FATAL ERROR: OpenFOAM environment not configured." echo "" - echo " Please refer to the installation section of the README file:" - echo " /OpenFOAM-${WM_PROJECT_VERSION}/README" - echo " to source the OpenFOAM environment." + echo " Please follow the download and installation link in README.html:" + echo " /OpenFOAM-${WM_PROJECT_VERSION}/README.html" + echo " for information on setting-up the OpenFOAM environment." echo "" exit 1 }