summaryrefslogtreecommitdiff
path: root/docs/guide/libraries/bluetooth.md
diff options
context:
space:
mode:
authorkingmaj0r <[email protected]>2024-10-29 17:48:43 +0700
committerGitHub <[email protected]>2024-10-29 17:48:43 +0700
commitdea06abbe8cad70d663a7ded0657d9fc3600257d (patch)
tree924baba23bf67f36e5bd007b0675b6003677db91 /docs/guide/libraries/bluetooth.md
parent7c47f4d1824bfcf7ee77500eb59edbce6c2d6bf8 (diff)
parentcdf3f178ebe4527a096cad5fb59722ed9b78a250 (diff)
Merge pull request #3 from kingmaj0r/patch-6
Update bluetooth.md
Diffstat (limited to 'docs/guide/libraries/bluetooth.md')
-rw-r--r--docs/guide/libraries/bluetooth.md2
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]