From 987884a2622f1c68f653368c617d6acf9b640506 Mon Sep 17 00:00:00 2001 From: Taylor McDonnell Date: Wed, 10 Nov 2021 07:52:40 -0700 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a36390c..18589c1 100644 --- a/README.md +++ b/README.md @@ -22,9 +22,10 @@ from the MATLAB command prompt. First ensure that the [MATLAB.jl](https://github.com/JuliaInterop/MATLAB.jl) Julia package can be properly installed. -Then simply add this package in Julia using the following command: -``` -]add Mex +Then enter the package manager by typing `]` and then run the following: + +```julia +pkg> add Mex ``` The build process will: