From 449141a9d57d930e308eb9df978e9ba5f85ec812 Mon Sep 17 00:00:00 2001 From: tjex Date: Sat, 4 Nov 2023 20:56:48 +0100 Subject: [PATCH] docs: clarity --- docs/paths_and_environment_variables.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/docs/paths_and_environment_variables.md b/docs/paths_and_environment_variables.md index 6266266..99eb490 100644 --- a/docs/paths_and_environment_variables.md +++ b/docs/paths_and_environment_variables.md @@ -15,7 +15,8 @@ export NAVI_PATH="~/.local/share/navi" Note! Even when set, `$NAVI_PATH` will not be used when installing cheat sheets directly via navi's own commands. -For example when running `navi add repo `, `~/Library/...` will still be used. +For example when running `navi add repo `, the default paths as per the `directories-next` +package will still be used. -Instead, you may clone repos directly into `$NAVI_PATH`, or write your own -manually. +To avoid this, you may simply clone repos via a regular `git clone` command, +directly into `$NAVI_PATH`.