From 23b5aae325774ff61b61732372769ae8684073ef Mon Sep 17 00:00:00 2001 From: tcezard Date: Wed, 14 Feb 2024 15:53:38 +0000 Subject: [PATCH] Add sentence to clarify the installation path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d1692f1..629594b6 100644 --- a/README.md +++ b/README.md @@ -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