Skip to content

Commit 6d72b1f

Browse files
committed
add installation instructions
1 parent 8d4ad7e commit 6d72b1f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/index.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,14 @@ The following animations give a quick overview of simple mechanisms that can be
153153
```
154154

155155

156+
## Installation
157+
To install this library, first follow the [installation instructions for JuliaSimCompiler](https://juliacomputing.github.io/JuliaSimCompiler.jl/stable/#Installing-and-Using-JuliaSimCompiler). In particular, you need to [add the JuliaHub Registry](https://help.juliahub.com/juliasim/dev/gettingstarted/juliahubregistry/).
158+
159+
After the registry is added and JuliaSimCompiler is installed, you may install this package using
160+
```julia
161+
import Pkg
162+
Pkg.add("Multibody")
163+
```
156164

157165

158166
## Notable differences from Modelica

0 commit comments

Comments
 (0)