mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-09 16:19:45 +00:00
Small changes to how the matlab shell prints the banner
This commit is contained in:
parent
b8b236a09f
commit
c06cc32b2c
2 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||||
============================
|
============================
|
||||||
|
|
|
@ -6,4 +6,3 @@
|
||||||
....
|
....
|
||||||
INSTALL_DIR=$HOME/downloads/software/matlab/installation
|
INSTALL_DIR=$HOME/downloads/software/matlab/installation
|
||||||
....
|
....
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue