From 5349846eb4494d39500c7452518f85cad7f3d7c8 Mon Sep 17 00:00:00 2001 From: stan44 Date: Tue, 8 Apr 2025 00:24:26 -0500 Subject: [PATCH] Update readme.md --- readme.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/readme.md b/readme.md index 9efd9b0..9d25ab1 100644 --- a/readme.md +++ b/readme.md @@ -38,10 +38,7 @@ pip install pyqt6 fluidsynth-midi mido mutagen py7zr rarfile numpy sounddevice ### 3. Install FluidSynth - **Windows**: Download from [FluidSynth website](https://www.fluidsynth.org/) (you can also use choco [chocolatey website](https://chocolatey.org/)) -- **Windows Choco**: -```bash -choco install fluidsynth -``` +- **Windows Choco**: `choco install fluidsynth` - **macOS**: `brew install fluid-synth` - **Linux**: `sudo apt-get install fluidsynth`