Skip to content

Commit

Permalink
download: Use dnf on Fedora; switch to recommended package naming
Browse files Browse the repository at this point in the history
  • Loading branch information
bgilbert committed Jun 18, 2017
1 parent 9191e79 commit 44f2a03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions download/index.markdown
Expand Up @@ -68,9 +68,9 @@ Distribution Packages
<tr>
<th>Linux</th>
<th><a href="https://fedoraproject.org/">Fedora</a></th>
<td><code>yum install openslide</code></td>
<td><code>yum install openslide-python</code></td>
<td><code>yum install openslide-python3</code></td>
<td><code>dnf install openslide</code></td>
<td><code>dnf install python2-openslide</code></td>
<td><code>dnf install python3-openslide</code></td>
</tr>
<tr>
<th>Linux</th>
Expand Down

0 comments on commit 44f2a03

Please sign in to comment.