From 69f726af1a116dbd0c7af2fc502f0bb615ff2cc9 Mon Sep 17 00:00:00 2001 From: ZyX-I Date: Wed, 19 Dec 2012 08:36:41 +0400 Subject: [PATCH] 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. --- docs/source/fontpatching.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/fontpatching.rst b/docs/source/fontpatching.rst index d49b4438..8b53dedf 100644 --- a/docs/source/fontpatching.rst +++ b/docs/source/fontpatching.rst @@ -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.