Skip to content

Commit a66a451

Browse files
committed
Update documentation [skip ci]
1 parent 68c6f66 commit a66a451

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

FMI/package.mo

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ annotation (version="0.0.6", uses(Modelica(version="4.0.0")), Icon(graphics={Bit
3333
3434
<h5>Install the modelica-fmi command</h5>
3535
36-
<p>To import FMUs the library requires the <code>modelica-fmi</code> command.</p>
36+
<p>To import FMUs the library requires the <code>modelica-fmi</code> and <code>modelica-fmi-gui</code>commands.</p>
3737
3838
<p>After <a href=\"https://docs.astral.sh/uv/getting-started/installation/\">installing uv</a> run
3939
@@ -43,7 +43,11 @@ to install the <code>modelica-fmi</code> command.</p>
4343
4444
<h5>Import an FMU</h5>
4545
46-
<p>To import an FMU into a Modelica package run <a href=\"modelica://FMI.importFMU\">FMI.importFMU()</a>.</p>
46+
<p>To import an FMU into a Modelica package using the import dialog run <code>modelica-fmi-gui</code>.</p>
47+
48+
<p>In Dymola you can select <code>Tools > FMU Import > Import FMU...</code>.</p>
49+
50+
<p>To import an FMU on the command line run <code>modelica-fmi --help</code>.</p>
4751
4852
</html>"),
4953
__Dymola_Commands(executeCall(description=

0 commit comments

Comments
 (0)