From 5bb8027d20cfea1a87a96681805e67f39ba8c063 Mon Sep 17 00:00:00 2001
From: Anja Adamov <57316423+adamovanja@users.noreply.github.com>
Date: Thu, 30 May 2024 15:06:47 +0200
Subject: [PATCH] update note on Docker images
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index df784e8..3cc0c38 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@
## Installation
-You can install q2-fondue using mamba in a conda environment of its own (option 1) or in an existing QIIME 2 environment (option 2) by following the steps described below. The current q2-fondue version supports QIIME 2 **v2021.4** or higher. To install q2-fondue with a version <= 2023.7 see section ["Installing q2-fondue with version <= 2023.7"](#legacy).Alternatively, a minimal Docker image is available to run q2-fondue methods (option 3 below).
+You can install q2-fondue using mamba in a conda environment of its own (option 1) or in an existing QIIME 2 environment (option 2) by following the steps described below. The current q2-fondue version supports QIIME 2 **v2021.4** or higher. To install q2-fondue with a version <= 2023.7 see section ["Installing q2-fondue with version <= 2023.7"](#legacy). Alternatively, a minimal Docker image is available to run q2-fondue v2023.7 (option 3 below - note other Docker image q2-fondue versions are work in progress).
For both options 1 and 2 make sure to start by installing [mamba](https://mamba.readthedocs.io/en/latest/index.html) in your base environment:
```shell