From 5efaa09482d99f3ea60b23edd07e53564a3e4835 Mon Sep 17 00:00:00 2001 From: Ruben De Smet Date: Thu, 26 Nov 2020 13:45:33 +0100 Subject: [PATCH] Note installing pyreflink in docs --- docs/reference/config.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/config.rst b/docs/reference/config.rst index d88f0e14e..d103b26d6 100644 --- a/docs/reference/config.rst +++ b/docs/reference/config.rst @@ -496,7 +496,8 @@ Defaults to ``no``. This kind of clone is only available on certain filesystems: for example, btrfs and APFS. For more details on filesystem support, see the `pyreflink`_ -documentation. +documentation. Note that you need to install ``pyreflink``, either through +``python -m pip install beets[reflink]`` or ``python -m pip install reflink``. The option is ignored if ``move`` is enabled (i.e., beets can move or copy files but it doesn't make sense to do both).