From 11201d8645e1ae7dfb82d6c4cb17c14df7c1efd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?bc=C2=B2?= Date: Tue, 2 Jun 2020 20:54:15 -0300 Subject: [PATCH] in Fedora install instructions, use dnf dnf is the new yum, see https://fedoramagazine.org/5tftw-2014-06-10/ --- download/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download/index.md b/download/index.md index e1d3322c1..e6a1d39bc 100644 --- a/download/index.md +++ b/download/index.md @@ -114,7 +114,7 @@ automatically by cabal, and therefore need to be installed manually. Here is one way to do this: - On Ubuntu: `sudo apt-get install libghc-haskeline-dev` -- On Fedora: `sudo yum install ghc-haskeline-devel` +- On Fedora: `sudo dnf install ghc-haskeline-devel` **GHC version**