Skip to content

Commit bc4615e

Browse files
authored
Update README.md
1 parent d49a4be commit bc4615e

File tree

1 file changed

+19
-4
lines changed

1 file changed

+19
-4
lines changed

README.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,15 @@
1212
[doc-stable-img]: https://img.shields.io/badge/docs-stable-blue.svg
1313
[doc-stable-url]: https://control-toolbox.org/OptimalControlProblems.jl/stable/
1414

15+
[release-img]: https://img.shields.io/github/v/release/control-toolbox/OptimalControlProblems.jl.svg
16+
[release-url]: https://github.com/control-toolbox/OptimalControlProblems.jl/releases
17+
18+
[pkg-eval-img]: https://img.shields.io/badge/Julia-package-purple
19+
[pkg-eval-url]: https://juliahub.com/ui/Packages/General/OptimalControlProblems
20+
1521
[licence-img]: https://img.shields.io/badge/License-MIT-yellow.svg
1622
[licence-url]: https://github.com/control-toolbox/OptimalControlProblems.jl/blob/master/LICENSE
1723

18-
[aqua-img]: https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg
19-
[aqua-url]: https://github.com/JuliaTesting/Aqua.jl
20-
2124
[blue-img]: https://img.shields.io/badge/code%20style-blue-4495d1.svg
2225
[blue-url]: https://github.com/JuliaDiff/BlueStyle
2326

@@ -29,8 +32,20 @@ The control-toolbox ecosystem gathers Julia packages for mathematical control an
2932
| **Name** | **Badge** |
3033
:-------------------|:------------------|
3134
| Documentation | [![Documentation][doc-stable-img]][doc-stable-url] [![Documentation][doc-dev-img]][doc-dev-url] |
32-
| Code Status | [![Build Status][ci-img]][ci-url] [![Covering Status][co-img]][co-url] [![Aqua.jl][aqua-img]][aqua-url] [![Code Style: Blue][blue-img]][blue-url] |
35+
| Code Status | [![Build Status][ci-img]][ci-url] [![Covering Status][co-img]][co-url] [![pkgeval][pkg-eval-img]][pkg-eval-url] [![Code Style: Blue][blue-img]][blue-url] |
3336
| Licence | [![License: MIT][licence-img]][licence-url] |
37+
| Release | [![Release][release-img]][release-url] |
38+
39+
## Installation
40+
41+
To install OptimalControlProblems.jl please
42+
<a href="https://docs.julialang.org/en/v1/manual/getting-started/">open Julia's interactive session (known as REPL)</a>
43+
and press <kbd>]</kbd> key in the REPL to use the package mode, then add the package:
44+
45+
```julia
46+
julia> ]
47+
pkg> add OptimalControlProblems
48+
```
3449

3550
## Contributing
3651

0 commit comments

Comments
 (0)