diff options
author | kingmaj0r <[email protected]> | 2024-10-29 17:43:51 +0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-10-29 17:43:51 +0700 |
commit | 99f69cd5e43619d12d907f829910a24db69eb35e (patch) | |
tree | 9555fa921ef479875e5b5877248b262a8da18200 | |
parent | 7e484188e7492ac7945c854bcc3f26cec1863c91 (diff) |
Update battery.md
-rw-r--r-- | docs/guide/libraries/battery.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/libraries/battery.md b/docs/guide/libraries/battery.md index 7f94297..ddd1292 100644 --- a/docs/guide/libraries/battery.md +++ b/docs/guide/libraries/battery.md @@ -13,7 +13,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] |