Purge out the requirement to use sudo

There is no need in regenerating font cache in *all* directories. 
Make documentation suggest to regenerate just `~/.fonts` cache 
which actually changed.
This commit is contained in:
ZyX-I 2012-12-19 08:36:41 +04:00
parent 366fefdfd3
commit 69f726af1a

View File

@ -65,7 +65,7 @@ Linux
4. Update your font cache::
$ sudo fc-cache -vf
$ fc-cache -vf ~/.fonts
If you're using vim in a terminal you may need to close all open terminal
windows after updating the font cache.