From 334fc1b1040b4fbd6a7a961bde5d8dbd70e9d99e Mon Sep 17 00:00:00 2001 From: Sudaraka88 Date: Thu, 28 Sep 2023 11:11:40 +1000 Subject: [PATCH] fix conda channel order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93c11a4..b0ffd2c 100644 --- a/README.md +++ b/README.md @@ -43,14 +43,14 @@ If you haven't already, first, you need to install conda. ```conda conda create -n r-ldweaver conda activate r-ldweaver -conda install -c bioconda -c conda-forge r-ldweaver +conda install -c conda-forge -c bioconda r-ldweaver ``` ## Quick Start