Fix typo

master
Chad Lee 2016-08-26 07:51:08 -05:00
rodzic 8fdd4efd3f
commit c36411926a
1 zmienionych plików z 1 dodań i 1 usunięć

@ -1,7 +1,7 @@
With most desktop-oriented distributions, double-clicking the font file should be enough. If it isnt (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/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)