mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Proper OS X command line tools path
This commit is contained in:
parent
1d92987780
commit
a9dab307fb
@ -37,7 +37,7 @@ the directory in which you created :file:`__init__.py`::
|
||||
.. note::
|
||||
On OS X, the command line tools are inside the |app| bundle, for example,
|
||||
if you installed calibre in :file:`/Applications` the command line tools
|
||||
are in :file:`/Applications/calibre.app/Contents/MacOS/calibre`.
|
||||
are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`.
|
||||
|
||||
You can download the Hello World plugin from
|
||||
`helloworld_plugin.zip <http://calibre-ebook.com/downloads/helloworld_plugin.zip>`_.
|
||||
|
@ -296,7 +296,7 @@ If you're satisfied with your recipe, and you feel there is enough demand to jus
|
||||
.. note::
|
||||
On OS X, the command line tools are inside the |app| bundle, for example,
|
||||
if you installed calibre in :file:`/Applications` the command line tools
|
||||
are in :file:`/Applications/calibre.app/Contents/MacOS/calibre`.
|
||||
are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`.
|
||||
|
||||
.. seealso::
|
||||
|
||||
|
@ -1103,7 +1103,7 @@ def main():
|
||||
def cli_index_strings():
|
||||
return _('On OS X, the command line tools are inside the |app| bundle, for example,'
|
||||
' if you installed calibre in :file:`/Applications` the command line tools'
|
||||
' are in :file:`/Applications/calibre.app/Contents/MacOS/calibre`.'), _(
|
||||
' are in :file:`/Applications/calibre.app/Contents/console.app/Contents/MacOS/`.'), _(
|
||||
'You can see usage for undocumented commands by executing them without arguments in a terminal.')
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user