diff --git a/README.md b/README.md index bd4275d..7af53a2 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,8 @@ Jellydisc updates Discord Rich Presence by checking what you're currently listen ```bash python main.py ``` + +## NOTE +On MacOS, you'll need to patch the `pypresence` library to work around an issue with it being unable to find the Discord IPC socket. You can do this by editing the `pypresence/utils.py` file. + +The changes are kept in the `patches/pypresence_macfix.patch` file.