mirror of
https://git.adityakumar.xyz/nix-matlab.git
synced 2024-11-09 16:19:45 +00:00
945f1100e0
Add some basic installation steps to the README to be also printed in the devShell.
9 lines
342 B
Text
9 lines
342 B
Text
1. Run the `install` executable extracted from the installation zip file.
|
|
2. Follow along with the installation wizard:
|
|
- When prompted for an install location, select a user-writable directory.
|
|
3. Create the file `~/.config/matlab/nix.sh` and write to it simply, (e.g):
|
|
|
|
....
|
|
INSTALL_DIR=$HOME/downloads/software/matlab/installation
|
|
....
|
|
|