Skip to content

Commit

Permalink
Docs: Plugins offline, don't recommend -all (#4447)
Browse files Browse the repository at this point in the history
Signed-off-by: Phil Ewels <[email protected]>
  • Loading branch information
ewels authored Oct 29, 2023
1 parent 8cb2702 commit b651dd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ nextflow run <pipeline> -plugins nf-hello

To use Nextflow plugins in an offline environment:

1. Download the {ref}`"all" release <getstarted-install>` of Nextflow, which comes with the following default plugins: `nf-amazon`, `nf-google`, `nf-tower`.
1. {ref}`Download Nextflow <getstarted-install>` and install it on a system with an internet connection. Do not use the "all" package, as this does not allow the use of custom plugins.

2. Download any additional plugins by running `nextflow plugin install <pluginId,..>`. Alternatively, simply run your pipeline once and Nextflow will download all of the plugins that it needs.

Expand Down

0 comments on commit b651dd3

Please sign in to comment.