Skip to content

Commit 508af3b

Browse files
Improve installer docs (#5541) [ci skip]
Signed-off-by: Paolo Di Tommaso <[email protected]> Co-authored-by: Christopher Hakkaart <[email protected]>
1 parent b65fc66 commit 508af3b

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

docs/install.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,18 @@ libraries. This distribution is mainly useful for offline environments.
126126
Note however the support for cloud services e.g. AWS, Seqera Platform, Wave, etc. still require the download
127127
of the corresponding Nextflow plugins.
128128

129-
The installer for the `dist` distribution can be found on the [GitHub releases page](https://github.com/nextflow-io/nextflow/releases), under the "Assets" section for a specific release. The installation procedure is the same as for the standard distribution, only using this URL instead of `https://get.nextflow.io`:
129+
To use the standalone distribution:
130130

131-
```bash
132-
export NXF_VER=24.10.0
133-
curl -s https://github.com/nextflow-io/nextflow/releases/download/v$NXF_VER/nextflow-$NXF_VER-dist
134-
```
131+
1. Download it from the [GitHub releases page](https://github.com/nextflow-io/nextflow/releases), under the "Assets" section for a specific
132+
133+
2. Grant execution permissions to the downloaded file e.g.
134+
135+
```
136+
chmod -x nextflow-24.10.1-dist
137+
```
138+
139+
3. Then you can use it as a drop-in replacement for `nextflow` command. For example:
140+
141+
```
142+
./nextflow-24.10.1-dist run hello
143+
```

0 commit comments

Comments
 (0)