summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorInari Listenmaa <inari.listenmaa@gmail.com>2020-06-03 07:00:26 +0200
committerGitHub <noreply@github.com>2020-06-03 07:00:26 +0200
commit4414c3a9c8cd9a94730b54ef7ee751490f17f8d6 (patch)
treed1a8747a536af8f1792184c5bf0a4aec83a17425
parent5846622c4ddab56deae4bdeeec1c176828072a77 (diff)
parent11201d8645e1ae7dfb82d6c4cb17c14df7c1efd1 (diff)
Merge pull request #54 from odanoburu/patch-1
in Fedora install instructions, use dnf
-rw-r--r--download/index.md2
1 files changed, 1 insertions, 1 deletions
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**