Rephrase many sentences

This commit is contained in:
Doron Behar 2022-06-12 23:55:15 +03:00
parent 8585c0d9a8
commit 9524243aa2
2 changed files with 9 additions and 9 deletions

View file

@ -27,6 +27,8 @@ nix-shell
=== Installation of Matlab itself
From inside the FHS shell, follow the following steps:
include::./install.adoc[]
=== Adding `matlab` executables to your system
@ -40,9 +42,9 @@ $(nix-build)/bin/matlab
nix run gitlab:doronbehar/nix-matlab
....
But it's likely you'd like to make Matlab survive garbage collections and add a
desktop launcher to your system. To do that you can follow one of the following
paths according to your setup.
But it's likely you'd like to make Matlab's FHS environment survive garbage
collections and add a desktop launcher to your system. To do that you can
follow one of the following paths according to your setup.
==== For NixOS users with a flakes setup
@ -142,7 +144,7 @@ pkgs.mkShell {
matlab-mlint
matlab-mex
]);
# Define C include path env vars for c development and PYTHONPATH for `import matlab`.
# Define C include path env vars for c development
shellHook = nix-matlab.shellHooksCommon;
}
----

View file

@ -96,12 +96,10 @@
}.${version};
hashMode = "recursive";
message = ''
In order to use the matlab python engine, you have to run this command:
In order to use the matlab python engine, you have to run these commands:
```
source ~/.config/matlab/nix.sh
nix store add-path $INSTALL_DIR/extern/engines/python --name 'matlab-python-src'
```
> source ~/.config/matlab/nix.sh
> nix store add-path $INSTALL_DIR/extern/engines/python --name 'matlab-python-src'
And hopefully the hash that's in nix-matlab's flake.nix will be the
same as the one generated from your installation.