From 4b3b0b11a25dac8a4ec2c0558a84a43b6cae374e Mon Sep 17 00:00:00 2001 From: Gayan Sanjeewa Date: Sat, 29 Apr 2017 11:39:29 +0530 Subject: [PATCH] Updated Linux instructions (markdown) --- Linux-instructions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Linux-instructions.md b/Linux-instructions.md index b214bb4..0bc44b9 100644 --- a/Linux-instructions.md +++ b/Linux-instructions.md @@ -1,7 +1,8 @@ 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/FiraCode-$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/FiraCode-$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