Skip to content

Commit

Permalink
docs: install conda add channel
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Dec 4, 2023
1 parent 784236a commit 4b6e77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ wget "https://github.com/phac-nml/rebar/releases/latest/download/rebar-x86_64-pc
> **Coming Soon!** The conda install option will be available when this page is live: https://anaconda.org/bioconda/rebar
```bash
conda create -n rebar rebar
conda create -c bioconda -n rebar rebar
conda activate rebar
rebar --help
```
Expand Down

0 comments on commit 4b6e77c

Please sign in to comment.