We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404c043 commit 281b8c7Copy full SHA for 281b8c7
1 file changed
README.md
@@ -26,6 +26,13 @@ Installation instructions
26
3. In the Current Folder browser, navigate to the .mltbx file.
27
4. Right click on the .mltbx file and select "Install".
28
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
+
36
### Building From Source
37
Before proceeding, ensure that the below products are installed:
38
* [MATLAB](https://www.mathworks.com/products/matlab.html)
0 commit comments