Skip to content

Commit

Permalink
📝 update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stelmo committed Jun 15, 2021
1 parent 3b31e2b commit cf7777b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ If no errors occur, and the last command return something like `PyObject <module
then you will be able to use `eQuilibrator.jl` after installing it:

```
] addeQuilibrator
] add eQuilibrator
```

2 comments on commit cf7777b

@stelmo
Copy link
Owner Author

@stelmo stelmo commented on cf7777b Jun 15, 2021

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/38884

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.3.0 -m "<description of version>" cf7777b9d71d5bd68dedc8ab7d165ae189b440ab
git push origin v0.3.0

Please sign in to comment.