From a00c4dbc2942735b989d5be823f5aa396fedcecf Mon Sep 17 00:00:00 2001 From: Kristoffer Carlsson Date: Wed, 3 Feb 2021 12:33:31 +0100 Subject: [PATCH] use `add` instead of `develop` when recommending old OpenSpecFun_jll --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf43f30ff..8b02f8cce 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ appropriate version, activate your MLJ environment and run ```julia using Pkg; - Pkg.develop(PackageSpec(url="https://github.com/tlienart/OpenSpecFun_jll.jl")) + Pkg.add(PackageSpec(url="https://github.com/tlienart/OpenSpecFun_jll.jl")) ``` #### Serialization for composite models with component models with custom serialization