From 5d1c9e53c7abe0c716d9226e4e2b8ed2ac68567c Mon Sep 17 00:00:00 2001 From: Iago-lito Date: Mon, 25 Mar 2024 16:53:56 +0100 Subject: [PATCH] Install from General registry. https://github.com/JuliaRegistries/General/pull/103413 has been merged :) --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 9e6787a5f..718aa47be 100644 --- a/README.md +++ b/README.md @@ -23,15 +23,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="git@github.com: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: