Update paths to workaround Apple's security theatre

This commit is contained in:
Kovid Goyal 2021-12-23 10:23:56 +05:30
parent df3a19ef42
commit 3ce5b7f2ad
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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::