Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
niemasd authored Jun 6, 2023
1 parent b50893c commit a8df409
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8df409

Please sign in to comment.