mathworks-ref-arch / matlab-dockerfile

Create a docker container that contains a MATLAB install
Other
345 stars 96 forks source link

Remove --release option from invocation using --source #111

Closed mcafaro closed 5 months ago

mcafaro commented 5 months ago

This pull request removes the --release option from lines demonstrating mpm with the --source option in the documentation. You cannot specify the --release option with the --source option.

Per mpm:

$ ./mpm install --release=R2024a --source=/Volumes/R2024a_Update_4_macOSIntelProcessor --products MATLAB Simulink
Error: Invalid option combination. Specify either --release or --source.