From 8f2f299716e81c54a67a5083e64e620a9472342c Mon Sep 17 00:00:00 2001 From: Anthony Samms Date: Fri, 21 Nov 2025 00:25:53 -0500 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) 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