aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
index 5786016..88c5e61 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,19 @@
# dna-utils
+## building
+
+Building is easy using make.
+
+Linux:
+
+ make
+ make install
+
+OS/X or if you don't have getline:
+
+ make -f Makefile.osx
+ make install
This repository contains general utilities for processing sequences in fasta files.