diff --git a/Linux-instructions.md b/Linux-instructions.md index 4d41263..c134b15 100644 --- a/Linux-instructions.md +++ b/Linux-instructions.md @@ -15,6 +15,15 @@ Variant of Fira Code package is available in the AUR: [otf-fira-code-git](https: emerge -av media-fonts/fira-code ``` +### Fedora +A [Fedora copr](https://copr.fedorainfracloud.org/coprs/evana/fira-code-fonts/) repository is available. Package sources are available on [Gitlab](https://gitlab.com/evana11/fira-code-fonts-fedora). + +To install, perform the following commands: +``` +dnf enable copr evana/fira-code-fonts +dnf install fira-code-fonts +``` + ## Manual Installation With most desktop-oriented distributions, double-clicking each font file in the ttf folder and selecting “Install font” should be enough. If it isn’t, create and run download_and_install.sh script: