Skip to content

Commit b6964b3

Browse files
authored
Update Windows installation instructions (#184)
R2020a+ should automatically register a COM server upon installation.
1 parent be1f008 commit b6964b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ By default, `MATLAB.jl` uses the MATLAB installation with the greatest version n
2727

2828
### Windows
2929

30-
1. Start a Command Prompt as an Administrator and enter `matlab /regserver`.
30+
1. For Matlab R2020a onwards, you should be able to go directly to step 2. If you encounter issues, run `matlab -batch "comserver('register')"` in the command prompt. For earlier versions of Matlab, start a command prompt as an administrator and enter `matlab /regserver`.
3131

3232
2. From Julia run: `Pkg.add("MATLAB")`
3333

0 commit comments

Comments
 (0)