From 0a29236e7f070378bc489f149fe3cd4ffd566e31 Mon Sep 17 00:00:00 2001 From: Dennis Hendriksen Date: Tue, 28 Jan 2025 09:14:48 +0100 Subject: [PATCH] Update install.md: fix standalone distribution install (#5717) [ci skip] Signed-off-by: Dennis Hendriksen --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index b409484d50..47bcbf52ae 100644 --- a/docs/install.md +++ b/docs/install.md @@ -159,7 +159,7 @@ To use the standalone distribution: ```{code-block} bash :class: copyable - chmod -x nextflow-24.10.1-dist + chmod +x nextflow-24.10.1-dist ``` 3. Use it as a drop-in replacement for `nextflow` command. For example: