diff --git a/README.md b/README.md
index 423c8e3..76d0a68 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,23 @@ A: You can either append new folders:
`tja_path = ["/run/media/yonokid/HDD/Games/PyTaiko/Songs", "Songs", "Cool Folder"]`
or replace the base one:
`tja_path = ["/run/media/yonokid/HDD/Games/PyTaiko/Songs"]`
-Just make sure to use `/` and not `\`!
+Just make sure to use `/` and not `\`!
+Q: I'm trying to play on Mac and it can't open!
+A: Delete your installation and follow these commands in the terminal:
+```
+/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
+curl -LsSf https://astral.sh/uv/install.sh | sh
+source $HOME/.local/bin/env
+git clone https://github.com/Yonokid/PyTaiko
+cd PyTaiko
+brew install libsndfile
+brew install libsamplerate
+cd libs/audio
+make
+mv libaudio.dylib ../../
+cd ../../
+uv run PyTaiko.py
+```
## Installation
### Pre-built Binaries