diff options
author | kingmaj0r <[email protected]> | 2024-10-29 17:44:21 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-29 17:44:21 +0700 |
commit | c9f1246222996c4ce2fbe58c18671865e61cc2ed (patch) | |
tree | 62d24e093b24eed18cf88287ad0c8cc0cece44e9 /docs/guide/libraries | |
parent | 7e484188e7492ac7945c854bcc3f26cec1863c91 (diff) |
Update notifd.md
Diffstat (limited to 'docs/guide/libraries')
-rw-r--r-- | docs/guide/libraries/notifd.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/libraries/notifd.md b/docs/guide/libraries/notifd.md index 094b770..9f73124 100644 --- a/docs/guide/libraries/notifd.md +++ b/docs/guide/libraries/notifd.md @@ -17,7 +17,7 @@ sudo pacman -Syu meson vala gdk-pixbuf2 json-glib gobject-introspection ``` ```sh [<i class="devicon-fedora-plain"></i> Fedora] -sudo dnf install meson gcc valac gdk-pixbuf2-devel json-glib-devel gobject-introspection-devel +sudo dnf install meson gcc vala valadoc gdk-pixbuf2-devel json-glib-devel gobject-introspection-devel ``` ```sh [<i class="devicon-ubuntu-plain"></i> Ubuntu] |