From da61f0dd9f67314d1b73b8c93c2d529b36ead5ac Mon Sep 17 00:00:00 2001 From: JohnTitor998 <88548966+JohnTitor998@users.noreply.github.com> Date: Sun, 29 Oct 2023 16:29:50 -0300 Subject: [PATCH] feat(mpv): add fedora install (#172) * Feat: How to install MPV on Fedora * Update mpv.md * Changed (APT) to (DNF) in fedora installation --- docs/tutorials/mpv.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tutorials/mpv.md b/docs/tutorials/mpv.md index 58633b6fc..80d7dc482 100644 --- a/docs/tutorials/mpv.md +++ b/docs/tutorials/mpv.md @@ -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 +``` ==-