summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortjex <tjex@tjex.net>2023-11-04 20:56:48 +0100
committerDenis Isidoro <denis.isidoro@uber.com>2023-12-10 06:26:34 -0300
commit449141a9d57d930e308eb9df978e9ba5f85ec812 (patch)
treea652ffe965dc4ccfede8345256d420148ec62404
parentcac329e60c6287e057fd60bcca221ee33240913a (diff)
docs: clarity
-rw-r--r--docs/paths_and_environment_variables.md7
1 files 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 <repo>`, `~/Library/...` will still be used.
+For example when running `navi add repo <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`.