summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Teich <markus.teich@stusta.mhn.de>2014-06-23 21:41:38 +0200
committerMarkus Teich <markus.teich@stusta.mhn.de>2014-06-23 21:41:38 +0200
commit501a86cb94f006a55ec476f1361de5cc5a4fd66c (patch)
treec36ba952fc67b266658991874cc93db70b66187f
parent82ad418aacebac229d34edd1f02bec34d8beca19 (diff)
add further instructions for missing font path
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 06dd567..be342fe 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,14 @@ To get a little demo, just type
make && ./sent example
-You can navigate with the arrow keys and quit with `q`.
+You can navigate with the arrow keys and quit with `q`. If you get
+
+ sent: could not find a scalable font matching -*-dejavu sans condensed-bold-r-*-*-0-0-*-*-*-0-*-*
+
+you should add the dejavu fonts dir (customize path to fit your distribution)
+with:
+
+ xset fp+ /usr/share/fonts/dejavu
Configuration
-------------