From 38ba1c383aee287b40c27c2f44a9f69c377d1eb5 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Mon, 29 Jan 2024 20:39:02 +0100 Subject: [PATCH] docs: do not refer to setup.py installation method Invoking setup.py is deprecated. --- docs/usage/mount.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/usage/mount.rst b/docs/usage/mount.rst index b948fc8d..53deef57 100644 --- a/docs/usage/mount.rst +++ b/docs/usage/mount.rst @@ -48,6 +48,5 @@ borgfs .. Note:: ``borgfs`` will be automatically provided if you used a distribution - package, ``pip`` or ``setup.py`` to install Borg. Users of the - standalone binary will have to create a symlink manually (see - :ref:`pyinstaller-binary`). + package or ``pip`` to install Borg. Users of the standalone binary will have + to manually create a symlink (see :ref:`pyinstaller-binary`).