Skip to content

Commit 6d3d67e

Browse files
authored
Merge pull request #13 from apcamargo/conda-installation-instructions
Add Conda installation instructions to the README
2 parents cee6e86 + 307fcdd commit 6d3d67e

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,19 @@ It's a command-line program to view DNA or protein alignments in FASTA formats.
1010
### How to install and run.
1111
Alen _should_ work on most Unix systems, and Windows 10. If someone asks me to, I might add Windows 7 and 8 support.
1212

13-
The easiest way to get it is to download the latest release from the [releases page](https://github.com/jakobnissen/alen/releases) (binaries are not yet available for Windows).
13+
To get started with Alen, you can install a pre-compiled binary via Conda or download one from the GitHub releases page.
1414

15-
Alternatively, you can download the source code from this repo and compile it yourself using `cargo build --release`.
15+
To install Alen using Conda:
16+
```
17+
$ conda install -c bioconda alen
18+
```
19+
20+
Visit the GitHub [releases page](https://github.com/jakobnissen/alen/releases) to download the binary (binaries are not yet available for Windows).
21+
22+
Alternatively, you can download the source code from this repo and compile it yourself using Cargo:
23+
```
24+
$ cargo build --release
25+
```
1626

1727
### How to use
1828
Simple usage:

0 commit comments

Comments
 (0)