diff options
author | kingmaj0r <[email protected]> | 2024-10-29 17:48:43 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-29 17:48:43 +0700 |
commit | dea06abbe8cad70d663a7ded0657d9fc3600257d (patch) | |
tree | 924baba23bf67f36e5bd007b0675b6003677db91 /docs | |
parent | 7c47f4d1824bfcf7ee77500eb59edbce6c2d6bf8 (diff) | |
parent | cdf3f178ebe4527a096cad5fb59722ed9b78a250 (diff) |
Merge pull request #3 from kingmaj0r/patch-6
Update bluetooth.md
Diffstat (limited to 'docs')
-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] |