From b5974a5a44c621b3e12a7b467887f1130898ccbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffen=20M=C3=B6ller?= Date: Sun, 6 Dec 2020 18:14:04 +0100 Subject: [PATCH] README.md points to package in common Linux distros --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dec1cc..bf3676a 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,12 @@ Introduction Seqtk is a fast and lightweight tool for processing sequences in the FASTA or FASTQ format. It seamlessly parses both FASTA and FASTQ files which can also be -optionally compressed by gzip. To install `seqtk`, +optionally compressed by gzip. To install `seqtk` on a Debian or Ubuntu system +run +```sh +sudo apt install seqtk +``` +or to compile from source ```sh git clone https://github.com/lh3/seqtk.git; cd seqtk; make