From 054c4130058b33c4ef929adb4b7c94d7aa694f6f Mon Sep 17 00:00:00 2001 From: "Gregory L. Wagner" Date: Sun, 28 Dec 2025 17:23:08 -0500 Subject: [PATCH] Update installation command for CopernicusClimateDataStore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80d4163..9d81c71 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ providing a convenient Julia interface for downloading ERA5 hourly and monthly d ```julia using Pkg -Pkg.add(url="https://github.com/NumericalEarth/CopernicusClimateDataStore.jl") +Pkg.add("CopernicusClimateDataStore") ``` ### Before you start