From 95c599185ab5cab07c827c1f91ff2e2f3737a5de Mon Sep 17 00:00:00 2001 From: Sander Maijers Date: Mon, 2 May 2016 13:04:17 +0200 Subject: [PATCH] fix: use current standard path for user fonts --- Linux-instructions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Linux-instructions.md b/Linux-instructions.md index 825874a..b88db0b 100644 --- a/Linux-instructions.md +++ b/Linux-instructions.md @@ -1,7 +1,7 @@ -With most desktop-oriented distributions, double-clicking the font file should be enough. If it isn’t (e.g. xubuntu), try this: +With most desktop-oriented distributions, double-clicking the font file should be enough. If it isn’t (e.g., xubuntu), try this: -1. `mkdir ~/.fonts` -2. Put font files in that directory +1. `mkdir ~/.local/share/fonts` +2. Put font files in that directory. 3. `fc-cache -f` [More details](https://github.com/tonsky/FiraCode/issues/4) \ No newline at end of file