Skip to content

Commit 281b8c7

Browse files
authored
Add installation instructions for MATLAB Command Window (#250)
Added instructions for installing via MATLAB Command Window. Fixes #249
1 parent 404c043 commit 281b8c7

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,13 @@ Installation instructions
2626
3. In the Current Folder browser, navigate to the .mltbx file.
2727
4. Right click on the .mltbx file and select "Install".
2828

29+
### Installing With MATLAB Command Window
30+
Paste this into the MATLAB Command window:
31+
```matlab
32+
websave(fullfile(tempdir,"otel.mltbx"),"https://github.com/mathworks/OpenTelemetry-MATLAB/releases/latest/download/otel-matlab.mltbx");
33+
matlab.addons.install(fullfile(tempdir,"otel.mltbx"));
34+
```
35+
2936
### Building From Source
3037
Before proceeding, ensure that the below products are installed:
3138
* [MATLAB](https://www.mathworks.com/products/matlab.html)

0 commit comments

Comments
 (0)