From 5e2a814a2103330f31f0882e31d7d1c520358c5d Mon Sep 17 00:00:00 2001 From: Tamoghna Chowdhury Date: Mon, 1 May 2017 14:07:37 +0530 Subject: [PATCH] Fix numbering and code block rendering --- Linux-instructions.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Linux-instructions.md b/Linux-instructions.md index 72772c0..1b158fb 100644 --- a/Linux-instructions.md +++ b/Linux-instructions.md @@ -1,9 +1,12 @@ 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 +2. - `wget -O ~/.local/share/fonts/FiraCode-$type.ttf "https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-$type.ttf?raw=true";` -1. `fc-cache -f` + 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"; + +3. `fc-cache -f` [More details](https://github.com/tonsky/FiraCode/issues/4) \ No newline at end of file