Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
TimoLassmann committed Feb 24, 2020
1 parent 482649e commit f31f541
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Kalign is a fast multiple sequence alignment program for biological sequences.

# Install
# Installation

## Release Tarball

Expand Down Expand Up @@ -36,6 +36,20 @@ make check
make install
```

on macOS, install [brew](https://brew.sh/) then:

``` bash
brew install libtool
brew install automake
git clone https://github.com/TimoLassmann/kalign.git
cd kalign
./autogen.sh
./configure
make
make check
make install
```

# Usage


Expand Down

0 comments on commit f31f541

Please sign in to comment.