Skip to content

Commit

Permalink
Offline docs: remove warning about -all
Browse files Browse the repository at this point in the history
  • Loading branch information
ewels authored Dec 16, 2024
1 parent c3ecddf commit f406af9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sites/docs/src/content/docs/usage/Getting_started/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ First of all, you need to have Nextflow installed on your system.
We do this by installing it locally on a machine that _does_ have an internet connection, and then transferring to the offline system.

- Start by [installing Nextflow locally](https://nextflow.io/docs/latest/getstarted.html#installation).
:::warning
do _not_ use the `-all` package, as this does not allow the use of custom plugins.
:::
- Kick off a pipeline locally so that Nextflow fetches the required plugins. It does not need to run to completion.
- Copy the Nextflow binary and `$HOME/.nextflow` folder to your offline environment.
- In your Nextflow configuration file, specify each plugin that you downloaded, both name and version, including default plugins. This will prevent Nextflow from trying to download newer versions of plugins.
Expand Down

0 comments on commit f406af9

Please sign in to comment.