We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c552d4 commit 1c289acCopy full SHA for 1c289ac
docs/src/index.md
@@ -73,13 +73,13 @@ available but must be adapted to ModiaBase):
73
74
## Installation
75
76
-The package is currently being registered. During this phase, it is installed as
77
-(Julia >= 1.5 is required):
+The package is registered and is installed with (Julia >= 1.5 is required):
78
79
```julia
80
-julia> ]add https://github.com/ModiaSim/ModiaBase.jl#main
+julia> ]add ModiaBase
81
```
82
+
83
It is recommended to also add the following packages, in order that all tests and examples can be executed:
84
85
0 commit comments