From ada3b44306d3d930c949d0d15af03604f6e38957 Mon Sep 17 00:00:00 2001 From: Alex Hirsch Date: Sun, 7 May 2017 10:55:05 +0200 Subject: [PATCH] Add missing backslash, otherwise the URL would be treated as a single command --- Linux-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-instructions.md b/Linux-instructions.md index ab8b828..fcd4789 100644 --- a/Linux-instructions.md +++ b/Linux-instructions.md @@ -6,7 +6,7 @@ With most desktop-oriented distributions, double-clicking the font file should b 3. ```shell # In download.sh for type in Bold Light Medium Regular Retina; do - wget -O ~/.local/share/fonts/FiraCode-${type}.ttf + wget -O ~/.local/share/fonts/FiraCode-${type}.ttf \ "https://github.com/tonsky/FiraCode/blob/master/distr/ttf/FiraCode-${type}.ttf?raw=true"; done ```