diff options
| author | bc² <odanoburu@users.noreply.github.com> | 2020-06-02 20:54:15 -0300 |
|---|---|---|
| committer | Michael Elsdörfer <michael@elsdoerfer.info> | 2020-06-14 17:38:50 +0100 |
| commit | 7abad1f4bf37efaf357e0c5b999ee1371f8fb479 (patch) | |
| tree | c9784d832e487bafb2d5ea02f861627d991f1266 | |
| parent | 8d4eb9288acfcd236c1bdcbb5e05a13d7fe9f369 (diff) | |
in Fedora install instructions, use dnf
dnf is the new yum, see https://fedoramagazine.org/5tftw-2014-06-10/
| -rw-r--r-- | download/index.md | 2 |
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** |
