Skip to content

Commit

Permalink
fix missing ref to Package development section
Browse files Browse the repository at this point in the history
  • Loading branch information
M-PERSIC committed Aug 9, 2023
1 parent 0183053 commit 2d6b9c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/getting_started/biojuliainstallation.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ julia> using <name of package here>
`(@v1.x) pkg> add...`. You do not need to manually change the version number indicated in the
prompt if you have a different Julia version than that which is listed, it is again handled for you.

## Package development
## [Package development](@id pkg-devel)

If you are interested in developing a new or existing BioJulia/Julia package, the package manager can also
help you by first cloning the package repository to your development machine. Pkg will then load the required
Expand Down

0 comments on commit 2d6b9c0

Please sign in to comment.