From 1d1a159f4cfc415b048e647a7b46af5d43cbecde Mon Sep 17 00:00:00 2001
From: Klaus Reuter <klaus.reuter@mpcdf.mpg.de>
Date: Mon, 23 Oct 2023 07:50:27 +0000
Subject: [PATCH] Update README.md

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

diff --git a/README.md b/README.md
index d703f99..cdcf3aa 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,8 @@ Starting in an empty directory, use the following commands once to build a compr
 
 ```bash
 cnd init
-cnd build --file environment.yml
+# now, edit the provided example 'environment.yml' file, or copy your own file here, before running
+cnd build
 ```
 
 ### Activate the compressed environment
-- 
GitLab