Skip to content

Commit

Permalink
Update docs/src/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Dominique <dominique.orban@gmail.com>
  • Loading branch information
paraynaud and dpo committed Jul 1, 2022
1 parent 943222d commit 6e4c589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## How to install
This module can be installed with the following command:
```julia
julia> ] add KnetNLPModels
pkg> add KnetNLPModels
pkg> test KnetNLPModels
```

Expand Down

2 comments on commit 6e4c589

@paraynaud
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/63514

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.2.0 -m "<description of version>" 6e4c589f036e8f26144ebf141166ab7b4c22ac8d
git push origin v0.2.0

Please sign in to comment.