From: Stephen Seo Date: Mon, 1 Aug 2022 04:08:06 +0000 (+0900) Subject: Update README.md X-Git-Tag: 0.3.1~2 X-Git-Url: https://git.seodisparate.com/tbm-edit-output.jpg?a=commitdiff_plain;h=1bb5dd79d0238190142ef2db7264ec687241047a;p=mpd_info_screen Update README.md --- diff --git a/README.md b/README.md index 52692c9..e99fe4c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,9 @@ counter, and the filename currently being played By default, unicode characters will not display properly. Build the project with the `unicode_support` feature enabled to enable fetching fonts from the local filesystem to display unicode characters properly (if the system is missing a -font, then it will still be displayed incorrectly). +font, then it will still be displayed incorrectly). Note that your system must +have `fontconfig` and `freetype` installed (most Linux systems should have these +installed already). cargo build --release --features unicode_support