Skip to content

Commit 1c289ac

Browse files
committed
Installation in docu updated
1 parent 2c552d4 commit 1c289ac

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/src/index.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ available but must be adapted to ModiaBase):
7373

7474
## Installation
7575

76-
The package is currently being registered. During this phase, it is installed as
77-
(Julia >= 1.5 is required):
76+
The package is registered and is installed with (Julia >= 1.5 is required):
7877

7978
```julia
80-
julia> ]add https://github.com/ModiaSim/ModiaBase.jl#main
79+
julia> ]add ModiaBase
8180
```
8281

82+
8383
It is recommended to also add the following packages, in order that all tests and examples can be executed:
8484

8585
```julia

0 commit comments

Comments
 (0)