Skip to content

Commit

Permalink
feat(mpv): add fedora install (#172)
Browse files Browse the repository at this point in the history
* Feat: How to install MPV on Fedora

* Update mpv.md

* Changed (APT) to (DNF) in fedora installation
  • Loading branch information
JohnTitor998 authored Oct 29, 2023
1 parent 601fe4d commit da61f0d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tutorials/mpv.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ Run the following command in your terminal:
```sh
apt install mpv
```
==- 🔧 Installing on Fedora (DNF)

Run the following command in your terminal:

```sh
dnf install mpv
```

==-

Expand Down

0 comments on commit da61f0d

Please sign in to comment.