From 3ce5b7f2add687343049db86f88e2cf1a0fc3b1b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 23 Dec 2021 10:23:56 +0530 Subject: [PATCH] Update paths to workaround Apple's security theatre --- manual/develop.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manual/develop.rst b/manual/develop.rst index d2878050a9..3fe79e228a 100644 --- a/manual/develop.rst +++ b/manual/develop.rst @@ -210,9 +210,9 @@ Create a plain text file:: export CALIBRE_DEVELOP_FROM="/Users/kovid/work/calibre/src" calibre-debug -g -Save this file as ``/usr/bin/calibre-develop``, then set its permissions so that it can be executed:: +Save this file as :file:`/usr/local/bin/calibre-develop`, then set its permissions so that it can be executed:: - chmod +x /usr/bin/calibre-develop + chmod +x /usr/local/bin/calibre-develop Once you have done this, run::