diff --git a/docs/plugins.md b/docs/plugins.md index cc9b4bfce0..061207a9b9 100644 --- a/docs/plugins.md +++ b/docs/plugins.md @@ -350,7 +350,7 @@ nextflow run -plugins nf-hello To use Nextflow plugins in an offline environment: -1. Download the {ref}`"all" release ` of Nextflow, which comes with the following default plugins: `nf-amazon`, `nf-google`, `nf-tower`. +1. {ref}`Download Nextflow ` 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 `. Alternatively, simply run your pipeline once and Nextflow will download all of the plugins that it needs.