We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09d7b7a commit 24decc6Copy full SHA for 24decc6
README.md
@@ -81,11 +81,13 @@ The schematics below are screenshots of [Modelica models](https://www.modelica.o
81
82
### To run examples:
83
```julia
84
+ using Modia
85
include("$(Modia.ModiaDir)/examples/runexamples.jl")
86
```
87
88
### To run tests:
89
90
91
include("$(Modia.ModiaDir)/test/runtests.jl")
92
93
0 commit comments