diff --git a/docs/build.rst b/docs/build.rst index 54b9167f5..ec34a557a 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -85,18 +85,17 @@ you might have to rebuild the app. `bypy framework `_ however, that is designed to run on Linux and is not for the faint of heart. - .. note:: Apple disallows certain functionality, such as notifications for unsigned applications. If you need this functionality, you can try signing the built kitty.app with a self signed certificate, see for example, `here `_. - .. note:: - If you are facing issues with ``linker`` while building, try with a ``brew`` installed python instead. - Or check `this thread - `_ for different solutions. + If you are facing issues with ``linker`` while building, + try with a ``brew`` installed python instead, see :iss:`289` + for more discussion. + Build and run from source with Nix -------------------------------------------