Skip to content
This repository was archived by the owner on Feb 3, 2022. It is now read-only.

Commit 2993cbb

Browse files
author
Matěj Grabovský
committed
Update Fedora package manager to dnf
1 parent ef1ff52 commit 2993cbb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/plan-a/download.html.mu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ $ sudo ./install-haskell-platform.sh</pre>
300300
your distribution's package
301301
<a href="https://admin.fedoraproject.org/pkgdb/package/haskell-platform/">repository</a>.</p>
302302
<p>Simply run,</p>
303-
<pre>$ sudo yum install haskell-platform</pre>
303+
<pre>$ sudo dnf install haskell-platform</pre>
304304
</div> <!-- #linux-fedora -->
305305

306306
<div id="linux-gentoo" class="flavor">

website/templates/plan-a/download-os-sections.html.mu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ $ sudo ./install-haskell-platform.sh</pre>
284284
your distribution's package
285285
<a href="https://admin.fedoraproject.org/pkgdb/package/haskell-platform/">repository</a>.</p>
286286
<p>Simply run,</p>
287-
<pre>$ sudo yum install haskell-platform</pre>
287+
<pre>$ sudo dnf install haskell-platform</pre>
288288
</div> <!-- #linux-fedora -->
289289

290290
<div id="linux-gentoo" class="flavor">

0 commit comments

Comments
 (0)