From 9d6babd72224725eb276f2b4edcb43c464b11a74 Mon Sep 17 00:00:00 2001 From: Dominic DiTaranto Date: Sun, 9 Aug 2026 21:20:57 -0400 Subject: [PATCH] readme install --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f40f7c9..a1a8cb9 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,17 @@ Features: ## Installation Guide -PIP: `pipx install atonatui` -ARCH: `yay -S python-atonatui` +### Prerequisites +`atonatui` requires the **FluidSynth** audio engine to be installed on your system: +- **Arch Linux:** `sudo pacman -S fluidsynth` +- **Ubuntu/Debian:** `sudo apt install fluidsynth` +- **macOS (Homebrew):** `brew install fluidsynth` +- **Windows:** Download the binaries and add them to your system PATH. + +### Installation +```bash +pipx install atonatui +``` ## Main Page