Skip to content

Commit

Permalink
docs: template install for conda
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Dec 4, 2023
1 parent 9e317b8 commit 9e4a33d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,16 @@ wget "https://github.com/phac-nml/rebar/releases/latest/download/rebar-x86_64-pc
.\rebar.exe --help
```

## Conda

> **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 activate rebar
rebar --help
```

## Docker

### GitHub Release
Expand Down Expand Up @@ -100,7 +110,3 @@ At the moment (2023-12-04), the Github Container Registry is locked to 'private'
singularity run --home $(pwd) rebar_latest.sif \
rebar --help
```

## Conda

\*\*Coming Soon!\*\*

0 comments on commit 9e4a33d

Please sign in to comment.