1
1
mirror of https://github.com/tonsky/FiraCode.git synced 2024-07-07 09:26:27 +03:00

Updated Linux instructions (markdown)

Gayan Sanjeewa 2017-04-29 11:43:51 +05:30
parent 0f907ad3c3
commit d258e7ac43

@ -2,7 +2,7 @@ With most desktop-oriented distributions, double-clicking the font file should b
1. `mkdir -p ~/.local/share/fonts` 1. `mkdir -p ~/.local/share/fonts`
1. for type in Bold Light Medium Regular Retina; do 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` `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` 1. `fc-cache -f`
[More details](https://github.com/tonsky/FiraCode/issues/4) [More details](https://github.com/tonsky/FiraCode/issues/4)