Small changes to how the matlab shell prints the banner

This commit is contained in:
Doron Behar 2021-05-15 16:45:33 +03:00
parent b8b236a09f
commit c06cc32b2c
2 changed files with 1 additions and 2 deletions

View file

@ -73,7 +73,7 @@
To install matlab: To install matlab:
${nixpkgs.lib.strings.escape ["`" "'" "\"" "$"] (builtins.readFile ./install.adoc)} ${nixpkgs.lib.strings.escape ["`" "'" "\"" "$"] (builtins.readFile ./install.adoc)}
4. Finish the installation, and exit the shell (with `exit`). 4. Finish the installation, and exit the shell (with \`exit\`).
5. Continue on with the instructions for making the matlab executable available 5. Continue on with the instructions for making the matlab executable available
anywhere on your system. anywhere on your system.
============================ ============================

View file

@ -6,4 +6,3 @@
.... ....
INSTALL_DIR=$HOME/downloads/software/matlab/installation INSTALL_DIR=$HOME/downloads/software/matlab/installation
.... ....