You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+12-2
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,19 @@ It's a command-line program to view DNA or protein alignments in FASTA formats.
10
10
### How to install and run.
11
11
Alen _should_ work on most Unix systems, and Windows 10. If someone asks me to, I might add Windows 7 and 8 support.
12
12
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.
14
14
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:
0 commit comments