diff options
| author | bc² <odanoburu@users.noreply.github.com> | 2020-06-02 20:54:15 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-02 20:54:15 -0300 |
| commit | 11201d8645e1ae7dfb82d6c4cb17c14df7c1efd1 (patch) | |
| tree | d1a8747a536af8f1792184c5bf0a4aec83a17425 | |
| parent | 5846622c4ddab56deae4bdeeec1c176828072a77 (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** |
