File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,11 +23,11 @@ Give the downloaded file executable permissions so that you can run `mpm`.
23
23
chmod +x mpm
24
24
25
25
### Windows
26
- From a Windows PowerShell command prompt, use ` wget ` to download the latest version of ` mpm ` .
26
+ From a Windows PowerShell prompt, use ` Invoke-WebRequest ` to download the latest version of ` mpm ` .
27
27
28
- wget https://www.mathworks.com/mpm/win64/mpm -outfile mpm.exe
28
+ Invoke-WebRequest -Uri https://www.mathworks.com/mpm/win64/mpm -OutFile mpm.exe
29
29
30
- > ** Note** : You must run ` mpm ` from the Windows command prompt as an administrator or you get an error during installation.
30
+ > ** Note** : You must run ` mpm ` from the Windows PowerShell prompt as an administrator or you get an error during installation.
31
31
32
32
### macOS
33
33
From a macOS terminal, use ` curl ` to download the latest version of ` mpm ` for your macOS architecture.
You can’t perform that action at this time.
0 commit comments