From 0615f36370c1432773ddc407ba5334ccdea08853 Mon Sep 17 00:00:00 2001 From: radejasion Date: Tue, 30 Dec 2025 13:19:32 +0200 Subject: [PATCH] docs: add link to online manual in INSTALL --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL b/INSTALL index 379c5aa7e..796044d29 100644 --- a/INSTALL +++ b/INSTALL @@ -10,6 +10,7 @@ The latest source code can be downloaded from github and compiled using: # autoheader && autoconf && ./configure --enable-libgsl --enable-perl-filters make +For detailed documentation, visit the BCFtools online manual at https://samtools.github.io/bcftools/. IMPORTANT: --- @@ -266,5 +267,4 @@ mingw-w64-x86_64-libdeflate mingw-w64-x86_64-zlib mingw-w64-x86_64-bzip2 mingw-w64-x86_64-xz mingw-w64-x86_64-curl mingw-w64-x86_64-autotools mingw-w64-x86_64-tools-git -(The last is only needed for building libraries compatible with MSVC.) - +(The last is only needed for building libraries compatible with MSVC.) \ No newline at end of file