From 4bc8baa8c7598a5b6b86222f7510e5f97eb4fdb5 Mon Sep 17 00:00:00 2001 From: Kowalski Dragon Date: Wed, 22 Dec 2021 12:06:02 +0100 Subject: [PATCH] Improve readme --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d1bcba..93c3a47 100644 --- a/README.md +++ b/README.md @@ -87,9 +87,11 @@ ninja Some distributions provide a package in their repository. You can use those for easier dependency management and updates. **Fixing the audio issue**: To make music work, you need to export the following envar before launching the game: -`SDL_SOUNDFONT=/path/to/soundfont` -On Fedora: `SDL_SOUNDFONT=/usr/share/soundfonts/FluidR3_GM.sf2` -On Ubuntu/Debian: `SDL_SOUNDFONT=/usr/share/sounds/sf2/FluidR3_GM.sf2` +`export SDL_SOUNDFONT=/path/to/your/soundfont` + +Fluidsynth will install a default soundfont in this path: +On Fedora: `/usr/share/soundfonts/FluidR3_GM.sf2` +On Ubuntu/Debian: `/usr/share/sounds/sf2/FluidR3_GM.sf2` ### On macOS