Skip to content

Commit e5f1dc9

Browse files
ggriffithsukGitHub Enterprise
authored andcommitted
Update README go install command to include @latest
1 parent b9f1ac8 commit e5f1dc9

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
@@ -21,7 +21,7 @@ Run MATLAB® using AI applications with the official MATLAB MCP Server from Math
2121
1. Install [MATLAB (MathWorks)](https://www.mathworks.com/help/install/ug/install-products-with-internet-connection.html) 2020b or later and add it to the system PATH.
2222
2. For Windows or Linux, download the [Latest Release](https://github.com/matlab/matlab-mcp-core-server/releases/latest) from GitHub®. Alternatively, you can install [Go](https://go.dev/doc/install) and build the binary from source using
2323
```sh
24-
go install github.com/matlab/matlab-mcp-core-server/cmd/matlab-mcp-core-server
24+
go install github.com/matlab/matlab-mcp-core-server/cmd/matlab-mcp-core-server@latest
2525
```
2626

2727
For macOS, first download the latest release by running the following command in your terminal:

0 commit comments

Comments
 (0)