From 7c3028a44667df88040852afc33ace74a9bc6a8a Mon Sep 17 00:00:00 2001 From: Shifu Chen Date: Tue, 19 Oct 2021 10:19:29 +0800 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 81c8609..ea29bf5 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,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.0 -wget http://opengene.org/fastp/fastp.0.23.0 -mv fastp.0.23.0 fastp +# or download specified version, i.e. fastp v0.23.1 +wget http://opengene.org/fastp/fastp.0.23.1 +mv fastp.0.23.1 fastp chmod a+x ./fastp ``` ## or compile from source