Skip to content

Commit

Permalink
Fix matlab command
Browse files Browse the repository at this point in the history
  • Loading branch information
Indigo5684 committed Oct 17, 2024
1 parent 0b25916 commit cee422f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ To launch MATLAB in the Desktop option, from a terminal window, run `DISPLAY=:1
During the extension install process, the Xilinx support libraries are written to the `$HOME/Documents` folder, which is overwritten by your user data volume. As such, to enable the support packages, run the following command:

```bash
wget -q https://www.mathworks.com/mpm/glnxa64/mpm \
wget https://www.mathworks.com/mpm/glnxa64/mpm \
&& chmod +x mpm \
&& ./mpm install \
--release=r2024b \
Expand Down

0 comments on commit cee422f

Please sign in to comment.