From d2c81d690a4b530878669b16a86090c29f9bd12d Mon Sep 17 00:00:00 2001 From: Helen Burns Date: Wed, 20 Mar 2019 16:00:54 +0000 Subject: [PATCH] :pencil2: missing git clone command address --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c5a6b2..21738de 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Non anaconda installations require a separate build of ecCodes python API: Anaconda python, unix systems (recommended) ``` -git clone +git clone https://github.com/cemac/UNRESPForecastingSystem.git cd UNRESPForecastingSystem conda env create -f environment.yml ```