Skip to content

Commit 1c4f6f4

Browse files
ww-mwclaude
andcommitted
docs: add install instructions to README Getting Started
Extension ships as a .vsix on the Releases page (not yet on the Marketplace), so document installing via `code --install-extension` or the Extensions view's "Install from VSIX…". Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 801ce24 commit 1c4f6f4

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@ It adds a native experience for Simulink file types — a **Simulink Data Explor
2121

2222
## Getting Started
2323

24-
1. Install the extension.
24+
1. Install the extension. Download the latest `.vsix` from the
25+
[Releases page](https://github.com/mathworks/data-explorer-vscode/releases),
26+
then install it either from the command line:
27+
28+
```sh
29+
code --install-extension data-explorer-vscode-<version>.vsix
30+
```
31+
32+
or from within VS Code via the Extensions view → **** menu →
33+
**Install from VSIX…**.
2534
2. Open a folder or workspace that contains Simulink files.
2635
3. Click the **Simulink Data Explorer** icon in the activity bar to see the relationship tree.
2736
4. Open any supported file (`.slx`, `.sldd`, `.mat`, `.prj`) — it opens in the Data Explorer table by default. Select a row to inspect it in the Properties panel.

0 commit comments

Comments
 (0)