Skip to content

Commit

Permalink
Merge pull request #238 from tcezard/update_installation
Browse files Browse the repository at this point in the history
Add sentence to clarify the installation path
  • Loading branch information
tcezard authored Feb 14, 2024
2 parents 0377758 + 23b5aae commit c3b8047
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ This suite includes all the checks from the vcftools suite as well as additional
These tools have been implemented using C++11.


## Download
## Installation

We recommend using the [latest release](https://github.com/EBIvariation/vcf-validator/releases) for the most stable experience using vcf-validator. Along with the release notes, you will find the executables `vcf_validator`, `vcf_assembly_checker` and `vcf_debugulator` for Linux, macOS and Windows. For Windows, please also download the libraries in the [lib/windows_specific/](https://github.com/EBIvariation/vcf-validator/tree/master/lib/windows_specific/) folder.
The vcf-validator is built with all the dependencies included. It can be downloaded directly from the [latest release](https://github.com/EBIvariation/vcf-validator/releases) for the most stable experience using vcf-validator. Along with the release notes, you will find the executables `vcf_validator`, `vcf_assembly_checker` and `vcf_debugulator` for Linux, macOS and Windows. For Windows, please also download the libraries in the [lib/windows_specific/](https://github.com/EBIvariation/vcf-validator/tree/master/lib/windows_specific/) folder.


## Run
Expand Down

0 comments on commit c3b8047

Please sign in to comment.