From 6aa38d9521217ce371007cb9861093782ff49e66 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Tue, 4 Jun 2024 18:41:49 +0200 Subject: [PATCH] docs: fix typo (#11) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1255d2a..5f34c40 100644 --- a/README.md +++ b/README.md @@ -113,9 +113,9 @@ You can then install the environment using `conda` or `micromamba`: ```bash tar --zstd -xvf environment.tar.zstd -micromamba create -p ./env --file environment.yml" +micromamba create -p ./env --file environment.yml # or -conda env create -p ./env --file environment.yml" +conda env create -p ./env --file environment.yml ``` > [!NOTE]