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

Created Linux instructions (markdown)

Nikita Prokopov 2016-01-15 14:14:30 +05:00
parent 47e4416ebe
commit 2cc494b445

7
Linux-instructions.md Normal file

@ -0,0 +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 ~/.fonts`
2. Put font files in that directory
3. `fc-cache -f`
[More details](https://github.com/tonsky/FiraCode/issues/4)