From 03e39355a86f8d47f80613f0ac24bc73e7b1d922 Mon Sep 17 00:00:00 2001 From: Evan Anderson Date: Sun, 26 Aug 2018 15:36:52 -0500 Subject: [PATCH] `Add fedora copr repository --- Linux-instructions.md | 9 +++++++++ 1 file changed, 9 insertions(+) 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: