From 8fdd4efd3f904a61af709a24e96d1657e3eae955 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABtan=20Chapillon?= Date: Thu, 25 Aug 2016 15:12:54 +0200 Subject: [PATCH] Updated Linux instructions (markdown) --- Linux-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-instructions.md b/Linux-instructions.md index 0405344..adaa553 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: 1. `mkdir -p ~/.local/share/fonts` -1. `for type in Bold Light Medium Regular Retina; do wget -O ~/.local/share/fonts/FireCode-$type.ttf https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-$type.ttf?raw=true; done` +1. `for type in Bold Light Medium Regular Retina; do wget -O ~/.local/share/fonts/FireCode-$type.ttf "https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-$type.ttf?raw=true"; done` 1. `fc-cache -f` [More details](https://github.com/tonsky/FiraCode/issues/4) \ No newline at end of file