From 15ac4a1aae9a75d46314bb64b7c031a6e944a5b6 Mon Sep 17 00:00:00 2001 From: "Stephen A. Wilson" Date: Mon, 27 Aug 2018 08:51:38 -0400 Subject: [PATCH] fix enable copr command --- Linux-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linux-instructions.md b/Linux-instructions.md index c134b15..c9bbe35 100644 --- a/Linux-instructions.md +++ b/Linux-instructions.md @@ -20,7 +20,7 @@ A [Fedora copr](https://copr.fedorainfracloud.org/coprs/evana/fira-code-fonts/) To install, perform the following commands: ``` -dnf enable copr evana/fira-code-fonts +dnf copr enable evana/fira-code-fonts dnf install fira-code-fonts ```