From b69edd4ae1a6db758cd78805a55e8c344c496860 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Sat, 5 Oct 2024 14:23:21 +0200 Subject: [PATCH] docs: borg/borgfs detects internally under which name it was invoked, fixes #8207 --- docs/binaries/00_README.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/binaries/00_README.txt b/docs/binaries/00_README.txt index e78847c1d..4e48ee654 100644 --- a/docs/binaries/00_README.txt +++ b/docs/binaries/00_README.txt @@ -55,6 +55,8 @@ Installing ---------- It is suggested that you rename or symlink the binary to just "borg". +If you need "borgfs", just also symlink it to the same binary, it will +detect internally under which name it was invoked. On UNIX-like platforms, /usr/local/bin/ or ~/bin/ is a nice place for it, but you can invoke it from every place by giving a full path to it.