Skip to content

Commit 7f5b760

Browse files
committed
Changed Installation notes in the README.md file, since ModiaBase is now registered
1 parent 09a1c47 commit 7f5b760

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,10 @@ but can also be utilized in another context. Especially the following functional
3939

4040
## Installation
4141

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

4544
```julia
46-
julia> ]add https://github.com/ModiaSim/ModiaBase.jl#main
45+
julia> ]add ModiaBase
4746
```
4847

4948
It is recommended to also add the following packages, in order that all tests and examples can be executed in an own environment (`]test ModiaBase` works without adding these packages).

0 commit comments

Comments
 (0)