Skip to content

Commit

Permalink
fix conda channel order
Browse files Browse the repository at this point in the history
  • Loading branch information
Sudaraka88 committed Sep 28, 2023
1 parent 1caea0b commit 334fc1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,14 +43,14 @@ If you haven't already, first, you need to install <a href="https://mamba.readth
```conda
conda create -n r-ldweaver
conda activate r-ldweaver
mamba install -c bioconda -c conda-forge r-ldweaver
mamba install -c conda-forge -c bioconda r-ldweaver
```

Alternatively, you can use <a href="https://docs.conda.io/projects/conda/en/latest/user-guide/install/index.html#regular-installation" target="_blank">conda</a>.
```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
Expand Down

0 comments on commit 334fc1b

Please sign in to comment.