From a507aaff9e0133863037ae0fd0df04333f87ad17 Mon Sep 17 00:00:00 2001 From: Zaikun ZHANG Date: Mon, 9 Oct 2023 23:16:38 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 49c3e48..1c715c1 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,9 @@ For Fortran, `setup_mex` will install (automatically) the Fortran compiler from available free of charge, because this is the compiler officially supported by MATLAB. This package has been tested on all recent releases of MATLAB under recent versions of Windows and macOS via -[GitHub Actions](https://github.com/equipez/setup_mex/actions/workflows/setup_mex.yml). In case it does not -work on your machine, you need to consult a local MATLAB expert or the technical support +[GitHub Actions](https://github.com/equipez/setup_mex/actions/workflows/setup_mex.yml). +Nevertheless, I will not be surprised if it does not work on your machine. In that case, +you need to consult a local MATLAB expert or the technical support of MathWorks about ["how to set up MEX"](https://www.mathworks.com/help/matlab/ref/mex.html). ## How