From 1304eb8218541c7d2ce72ad754f12a72db87378c Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Wed, 19 Jun 2024 15:10:35 +0200 Subject: [PATCH] Remove defaults from conda channels --- src/content/docs/usage/Getting_started/installation.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/content/docs/usage/Getting_started/installation.md b/src/content/docs/usage/Getting_started/installation.md index f567633be9..8d0804b347 100644 --- a/src/content/docs/usage/Getting_started/installation.md +++ b/src/content/docs/usage/Getting_started/installation.md @@ -45,7 +45,6 @@ You can also install Nextflow using [Bioconda](https://bioconda.github.io/). First, set up Bioconda according to the [Bioconda documentation](https://bioconda.github.io/#usage), notably setting up channels: ```bash -conda config --add channels defaults conda config --add channels bioconda conda config --add channels conda-forge ```