From 46461dea0914b9c153985e02c594eeb781bf3a27 Mon Sep 17 00:00:00 2001 From: Jim Johnson Date: Sat, 13 Feb 2021 12:17:02 -0600 Subject: [PATCH] Update README.md Update version. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48afa0b..0dbd98c 100644 --- a/README.md +++ b/README.md @@ -28,10 +28,10 @@ conda config --add channels bioconda conda config --add channels conda-forge ``` -Then, run the following command to set up an environment named mqome, which will have metaQuantome (version 2.0.0) and all dependencies in it: +Then, run the following command to set up an environment named mqome, which will have metaQuantome (version 2.0.1) and all dependencies in it: ``` -conda create -n mqome metaquantome=2.0.0 +conda create -n mqome metaquantome=2.0.1 ``` If the following prompt is seen at the command line, type `y`: