From fe0e0a36c127d8bcce350baec0f1df131af46083 Mon Sep 17 00:00:00 2001 From: Kilian Lieret Date: Mon, 14 Nov 2022 18:17:20 -0500 Subject: [PATCH] Stress that .lock extension is necessary Also fix "as as" grammar --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dd21df23..bf4f960a 100644 --- a/README.md +++ b/README.md @@ -67,8 +67,8 @@ conda-lock --lockfile superspecial.conda-lock.yml ``` The extension `.conda-lock.yml` will be added if not present. Rendered -environment files (env or explicit) will be named as as -`"conda-{platform}.lock"`. +environment files (env or explicit) must end with `.lock` and will be named as +`"conda-{platform}.lock"` by default. If you want to override that call conda-lock as follows. ```bash