Skip to content

Commit

Permalink
Improve install directory clarity
Browse files Browse the repository at this point in the history
Signed-off-by: christopher-hakkaart <chris.hakkaart@seqera.io>
  • Loading branch information
christopher-hakkaart committed Aug 5, 2024
1 parent a9315b2 commit 6efdfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Nextflow is distributed as a self-installing package, in order to make the insta
```

:::{tip}
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`.
Ensure the directory `$HOME/.local/bin/` is included in your `PATH` variable. Temporarily add this directory to `PATH` by setting `export PATH="$PATH:$HOME/.local/bin"`. Add the directory to `PATH` permanently by adding the export command to your shell configuration file, such as `~/.bashrc` or `~/.zshrc`. Alternatively, move the `nextflow` executable to a directory already in your `PATH`.
:::

:::{warning}
Expand Down

0 comments on commit 6efdfef

Please sign in to comment.