add further instructions for missing font path
authorMarkus Teich <markus.teich@stusta.mhn.de>
Mon, 23 Jun 2014 19:41:38 +0000 (21:41 +0200)
committerMarkus Teich <markus.teich@stusta.mhn.de>
Mon, 23 Jun 2014 19:41:38 +0000 (21:41 +0200)
README.md

index 06dd567ea27e39e02b19399b746ad5ac7e4eadc3..be342fe22af5895d3cb20590ed1b4fcee7aa323f 100644 (file)
--- 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
 -------------