Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Linux not supported at this point. Default library `libunwind.so` bundled with M
# Quick start 🚀
```matlab
% MATLAB
system('julia -e "import Pkg ; Pkg.generate(""MATFrostHelloWorld"") ; Pkg.activate(""./MATFrostHelloWorld"") ; Pkg.add(name=""MATFrost"")" ; Pkg.instantiate()');
system('julia -e "import Pkg ; Pkg.generate(\"MATFrostHelloWorld\") ; Pkg.activate(\"./MATFrostHelloWorld\") ; Pkg.add(name=\"MATFrost\") ; Pkg.instantiate()"');
% Generate a MATFrost Julia project and add MATFrost.

system('julia --project="./MATFrostHelloWorld" -e "import MATFrost ; MATFrost.install()"');
Expand Down