From f625233a1bfcfdda1b4bf661d1f97ff4cc0a0910 Mon Sep 17 00:00:00 2001 From: Mark Date: Thu, 24 Aug 2023 16:28:28 +0200 Subject: [PATCH] update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 939b084..8ca11d6 100755 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ a custom database speeds up server startup and allows for more features. ### build build `musicdb-server` and `musicdb-client` using cargo. -for the client, you may need to change the path used in `include_bytes!(...)` to one that actually points to a valid font on your system. + +Note: the client has a config file in ~/.config/musicdb-client/, which includes the path to a font. You need to set this manually or the client won't start. ## setup