diff options
author | kingmaj0r <[email protected]> | 2024-10-29 17:43:56 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-29 17:43:56 +0700 |
commit | cdf3f178ebe4527a096cad5fb59722ed9b78a250 (patch) | |
tree | 834bd3bde6d215ad86875985a7b606b2beedb1e9 /docs/guide/libraries | |
parent | 7e484188e7492ac7945c854bcc3f26cec1863c91 (diff) |
Update bluetooth.md
Diffstat (limited to 'docs/guide/libraries')
-rw-r--r-- | docs/guide/libraries/bluetooth.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/libraries/bluetooth.md b/docs/guide/libraries/bluetooth.md index 672f66d..3fd9d42 100644 --- a/docs/guide/libraries/bluetooth.md +++ b/docs/guide/libraries/bluetooth.md @@ -13,7 +13,7 @@ sudo pacman -Syu meson vala gobject-introspection ``` ```sh [<i class="devicon-fedora-plain"></i> Fedora] -sudo dnf install meson gcc valac gobject-introspection-devel +sudo dnf install meson gcc vala valadoc gobject-introspection-devel ``` ```sh [<i class="devicon-ubuntu-plain"></i> Ubuntu] |