Skip to content

Commit

Permalink
Install from General registry.
Browse files Browse the repository at this point in the history
  • Loading branch information
iago-lito committed Mar 25, 2024
1 parent acde30b commit 1684652
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,8 @@ you can install the library by running from a Julia REPL:
```julia
using Pkg

# /!\ The following will not work until the package has been
# published to the official Julia registry.
# Pkg.add("EcologicalNetworksDynamics")

# In the meantime, use the following instead:
Pkg.add(url="[email protected]:BecksLab/EcologicalNetworksDynamics.jl.git")
Pkg.add("EcologicalNetworksDynamics")
```
[registry]: https://github.com/JuliaRegistries/General

To check that the package installation went well,
create a simple food web with:
Expand Down

0 comments on commit 1684652

Please sign in to comment.