From 5e4025c3caa09f31a22d52bf47b775cfaef3b59c Mon Sep 17 00:00:00 2001 From: Anthony Samms <37304577+Yonokid@users.noreply.github.com> Date: Thu, 11 Sep 2025 14:50:07 -0400 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 673bc4f..8db78e8 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ - # PyTaiko -This is a TJA player / Taiko simulator written in python and uses the [raylib](https://www.raylib.com/) library. +This is a TJA player / Taiko simulator written in Python and uses the [raylib](https://www.raylib.com/) library. ## Installation @@ -18,14 +17,14 @@ Windows: ``` MacOS: ``` -Good luck, would suggest running with python directly +Run with Python directly ``` Linux: ``` - Run PyTaiko.bin for Debian based systems, otherwise run python + Attempt to run PyTaiko.bin compiled, otherwise fall back to Python ``` Nix OS: -Use the provided shell.nix code and run with python: +Use the provided shell.nix code and run with Python: ``` { pkgs ? import {} }: @@ -108,6 +107,7 @@ sudo ln -s /lib/libatomic.so /lib/libatomic.a Hit F1 in entry screen to access settings menu Hit F1 in game to quick restart +Generic drum keybinds can be found in config.toml or the settings screen ingame #### Why does it look like Gen 3 instead of Nijiiro?