Skip to content

Commit 4c42a15

Browse files
committed
Update README.md
1 parent 744c63b commit 4c42a15

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ It's a command-like program to view DNA or protein alignments in FASTA formats.
1414

1515
### How to install and run.
1616
Alen _should_ work on most Unix systems, and Windows 10. If someone asks me to, I might add Windows 7 and 8 support.
17-
You can get it by downloading it from here and compiling it using Cargo. If people ask me to, I might upload precompiled binaries.
17+
18+
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).
19+
20+
Alternatively, you can download the source code from this repo and compile it yourself using `cargo build --release`.
1821

1922
### How to use
2023
Simple usage:
@@ -26,7 +29,7 @@ Note that Alen loads in the entire alignment into memory, so don't use it for mu
2629

2730
__Commands__
2831

29-
* `Esc / q / Control-C`: Quit
32+
* `Esc / q / Ctrl-C`: Quit
3033
* `c`: Toggle consensus sequence comparison
3134
* `r`: Re-render the screen.
3235
* `Ctrl-f`: Search. Searches headers, then sequences for regex, case insensitively.

0 commit comments

Comments
 (0)