From b0426034fed34ec0b0935f7275eacfc8e4312cad Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Fri, 24 Apr 2026 21:30:26 +0800 Subject: [PATCH] Update download instructions for fastp version --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d59aa886..b49d1160 100644 --- a/README.md +++ b/README.md @@ -112,9 +112,9 @@ This binary was compiled on CentOS, and tested on CentOS/Ubuntu wget http://opengene.org/fastp/fastp chmod a+x ./fastp -# or download specified version, i.e. fastp v0.23.4 -wget http://opengene.org/fastp/fastp.0.23.4 -mv fastp.0.23.4 fastp +# or download specified version, i.e. fastp v1.3.3 +wget http://opengene.org/fastp/fastp.1.3.3 +mv fastp.1.3.3 fastp chmod a+x ./fastp ``` ## or compile from source