Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fbreitwieser authored Dec 16, 2018
1 parent 9d7ba12 commit 9b2342d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
```

## Installation
Make sure to clone the repository with `--recurse-submodules` to get the htslib, otherwise it is necessary to type `git submodule update --init --recursive` in the cloned repository.
```
git clone --recurse-submodules https://github.com/fbreitwieser/bamcov
cd bamcov
make
make test
```
Make sure to clone the repository with `--recurse-submodules` to get the htslib, otherwise it is necessary to type `git submodule update --init --recursive` in the cloned repository.

## Usage
Show tabular output (default) with header:
Expand Down

0 comments on commit 9b2342d

Please sign in to comment.