summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkingmaj0r <[email protected]>2024-10-29 17:44:21 +0700
committerGitHub <[email protected]>2024-10-29 17:44:21 +0700
commitc9f1246222996c4ce2fbe58c18671865e61cc2ed (patch)
tree62d24e093b24eed18cf88287ad0c8cc0cece44e9
parent7e484188e7492ac7945c854bcc3f26cec1863c91 (diff)
Update notifd.md
-rw-r--r--docs/guide/libraries/notifd.md2
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]