Skip to content

Commit f7942eb

Browse files
authored
Update README.md
1 parent 5892251 commit f7942eb

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,20 @@ The control-toolbox ecosystem gathers Julia packages for mathematical control an
4343
| Licence | [![License: MIT][licence-img]][licence-url] |
4444
| Release | [![Release][release-img]][release-url] |
4545

46+
## Installation
47+
48+
To install CTModels.jl please
49+
<a href="https://docs.julialang.org/en/v1/manual/getting-started/">open Julia's interactive session (known as REPL)</a>
50+
and press <kbd>]</kbd> key in the REPL to use the package mode, then add the package:
51+
52+
```julia
53+
julia> ]
54+
pkg> add CTModels
55+
```
56+
57+
> [!TIP]
58+
> If you are new to Julia, please follow this [guidelines](https://github.com/orgs/control-toolbox/discussions/64).
59+
4660
## Contributing
4761

4862
[issue-url]: https://github.com/control-toolbox/CTModels.jl/issues

0 commit comments

Comments
 (0)