From 16846528c890f8e7339a749717a8484fa14df679 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 | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 9e6787a5f..f9db68a88 100644 --- a/README.md +++ b/README.md @@ -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="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: