Cleanup previous PR

This commit is contained in:
Kovid Goyal 2021-08-19 19:42:15 +05:30
parent 898f162369
commit 51244c4388
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -85,18 +85,17 @@ you might have to rebuild the app.
`bypy framework <https://github.com/kovidgoyal/bypy>`_ however, that is `bypy framework <https://github.com/kovidgoyal/bypy>`_ however, that is
designed to run on Linux and is not for the faint of heart. designed to run on Linux and is not for the faint of heart.
.. note:: .. note::
Apple disallows certain functionality, such as notifications for unsigned applications. Apple disallows certain functionality, such as notifications for unsigned applications.
If you need this functionality, you can try signing the built kitty.app with If you need this functionality, you can try signing the built kitty.app with
a self signed certificate, see for example, `here a self signed certificate, see for example, `here
<https://stackoverflow.com/questions/27474751/how-can-i-codesign-an-app-without-being-in-the-mac-developer-program/27474942>`_. <https://stackoverflow.com/questions/27474751/how-can-i-codesign-an-app-without-being-in-the-mac-developer-program/27474942>`_.
.. note:: .. note::
If you are facing issues with ``linker`` while building, try with a ``brew`` installed python instead. If you are facing issues with ``linker`` while building,
Or check `this thread try with a ``brew`` installed python instead, see :iss:`289`
<https://github.com/kovidgoyal/kitty/issues/289>`_ for different solutions. for more discussion.
Build and run from source with Nix Build and run from source with Nix
------------------------------------------- -------------------------------------------