diff options
author | kingmaj0r <[email protected]> | 2024-10-29 17:50:26 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-29 17:50:26 +0700 |
commit | 55e459f176778479578e752f81880694e8ffb8c8 (patch) | |
tree | ddae3dab946b01e5ca617ea5d45acc5c2997d38e /docs/guide | |
parent | 0d7809aa7252fed0698f323f2c79aa39df653bb5 (diff) | |
parent | ca0d72b942d56b9e569c4bbce55fe0d541c445d0 (diff) |
Merge pull request #6 from kingmaj0r/patch-3
Update apps.md
Diffstat (limited to 'docs/guide')
-rw-r--r-- | docs/guide/libraries/apps.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/libraries/apps.md b/docs/guide/libraries/apps.md index 7f9ee6e..a1ad365 100644 --- a/docs/guide/libraries/apps.md +++ b/docs/guide/libraries/apps.md @@ -14,7 +14,7 @@ sudo pacman -Syu meson vala json-glib gobject-introspection ``` ```sh [<i class="devicon-fedora-plain"></i> Fedora] -sudo dnf install meson gcc valac json-glib-devel gobject-introspection-devel +sudo dnf install meson gcc vala valadoc json-glib-devel gobject-introspection-devel ``` ```sh [<i class="devicon-ubuntu-plain"></i> Ubuntu] |