Skip to content

Commit 624c983

Browse files
mw-wtrippPrabhakar Kumar
authored and
Prabhakar Kumar
committed
Updates Windows PowerShell command to download mpm.
fixes #108
1 parent a990ca8 commit 624c983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

MPM.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ Give the downloaded file executable permissions so that you can run `mpm`.
2323
chmod +x mpm
2424

2525
### 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`.
2727

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
2929

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.
3131
3232
### macOS
3333
From a macOS terminal, use `curl` to download the latest version of `mpm` for your macOS architecture.

0 commit comments

Comments
 (0)