diff --git a/README.md b/README.md index b81c4181..37e07591 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,12 @@ To create the bundle, you need to first install JHBuild and GTK as described bel when building on ARM processors - it isn't possible to compile ARM binaries on Intel processors. +5. To workaround the current problem in gtk-osx of `bash` being killed + by macOS 13, run: + ``` + rm -f ~/.new_local/bin/bash && ln -s /bin/bash ~/.new_local/bin/ + ``` + 6. Install GTK and all of its dependencies by running the following command inside the `geany-osx` directory: ```