From f31f5418f7160c942ba6338a3a1b7866bdb5b8d6 Mon Sep 17 00:00:00 2001 From: Timo Lassmann Date: Sun, 23 Feb 2020 21:56:22 -0500 Subject: [PATCH] updated readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 904f93e..de2a35f 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Kalign is a fast multiple sequence alignment program for biological sequences. -# Install +# Installation ## Release Tarball @@ -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