From a9315b2eb4e471a4954566638922cd70e4f663c6 Mon Sep 17 00:00:00 2001 From: christopher-hakkaart Date: Mon, 5 Aug 2024 16:04:03 +0200 Subject: [PATCH] Fix formatting Signed-off-by: christopher-hakkaart --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 42290d450f..c9088980c1 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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. :::