From 56b803c37bb766ac350b8244daf78015444d606c Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Tue, 4 Jun 2024 18:37:10 +0200 Subject: [PATCH] docs: fix typo --- 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]