Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nextflow install path #5198

Merged
Prev Previous commit
Next Next commit
Fix formatting
Signed-off-by: christopher-hakkaart <chris.hakkaart@seqera.io>
  • Loading branch information
christopher-hakkaart committed Aug 5, 2024
commit a9315b2eb4e471a4954566638922cd70e4f663c6
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Nextflow is distributed as a self-installing package, in order to make the insta
Ensure the directory `$HOME/.local/bin/` is included in your `PATH` variable. If it is not, you can add it temporarily using `export PATH="$PATH:$HOME/.local/bin"`. To permanently add it to your `PATH` this command can be added to your shell configuration file, such as `~/.bashrc` or `~/.zshrc`. Alternatively, you could move the `nextflow` executable to a directory already in your `PATH`.
:::

:::warning
:::{warning}
Nextflow will update its executable during the self update process and it should not be placed in a directory with restricted permissions.
christopher-hakkaart marked this conversation as resolved.
Show resolved Hide resolved
:::

Expand Down