From 827bb6a4ca5ace7380b41a3c7e27ab15d0306431 Mon Sep 17 00:00:00 2001
From: Thomas Faraut <thomas.faraut@inra.fr>
Date: Tue, 9 Jul 2019 14:38:30 +0200
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4cb79c5..f708e37 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ Third party sofwtares can best be installed using conda.
 
 ```sh
 $ cd cnvpipelines
-$ conda create --name cnvpipeline --file environment.yaml
+$ conda env create --file environment.yaml
 ```
 
 ### 4. Load new conda environment
-- 
GitLab