diff options
author | kingmaj0r <[email protected]> | 2024-10-29 17:48:15 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-29 17:48:15 +0700 |
commit | 7c47f4d1824bfcf7ee77500eb59edbce6c2d6bf8 (patch) | |
tree | 6925978fbb0ddd39d48d27697b397f3e54a438a2 | |
parent | ba525962047d12d9ee4961e7824e4cd7012ad9a8 (diff) | |
parent | 306f78b3ac1bb37906d7ff5f9f550f34089cec5f (diff) |
Merge pull request #2 from kingmaj0r/patch-7
Update mpris.md
-rw-r--r-- | docs/guide/libraries/mpris.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/libraries/mpris.md b/docs/guide/libraries/mpris.md index 8f28924..635c862 100644 --- a/docs/guide/libraries/mpris.md +++ b/docs/guide/libraries/mpris.md @@ -29,7 +29,7 @@ sudo pacman -Syu meson vala gvfs json-glib gobject-introspection ``` ```sh [<i class="devicon-fedora-plain"></i> Fedora] -sudo dnf install meson gcc valac gvfs json-glib-devel gobject-introspection-devel +sudo dnf install meson gcc vala valadoc gvfs json-glib-devel gobject-introspection-devel ``` ```sh [<i class="devicon-ubuntu-plain"></i> Ubuntu] |