From a8df409692d1cd8d43a2ffcf5d2ce64166da1725 Mon Sep 17 00:00:00 2001 From: Niema Moshiri Date: Mon, 5 Jun 2023 17:10:37 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 20987b3..16ab247 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,10 @@ ViralConsensus is a fast and memory-efficient tool for calling viral consensus g ViralConsensus is written in C++ and depends on htslib. You can simply download the latest release tarball (or clone the repo) and compile with `make`: ```bash +# install dependencies +sudo apt-get install libbz2-dev libcurl4-openssl-dev liblzma-dev + +# install ViralConsensus git clone https://github.com/niemasd/ViralConsensus.git cd ViralConsensus make