From 1798245134406e91450c66f7d49bda1d987f4e2b Mon Sep 17 00:00:00 2001 From: Aylur Date: Tue, 17 Sep 2024 15:46:06 +0000 Subject: battery: use json-glib for cli --- docs/libraries/battery.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs/libraries') diff --git a/docs/libraries/battery.md b/docs/libraries/battery.md index 5c2c79f..b42d747 100644 --- a/docs/libraries/battery.md +++ b/docs/libraries/battery.md @@ -9,15 +9,15 @@ Library and CLI tool for monitoring [upowerd](https://upower.freedesktop.org/) d :::code-group ```sh [ Arch] -sudo pacman -Syu meson vala gobject-introspection +sudo pacman -Syu meson vala json-glib gobject-introspection ``` ```sh [ Fedora] -sudo dnf install meson gcc valac gobject-introspection-devel +sudo dnf install meson gcc valac json-glib-devel gobject-introspection-devel ``` ```sh [ Ubuntu] -sudo apt install meson valac gobject-introspection +sudo apt install meson valac libjson-glib-dev gobject-introspection ``` ::: -- cgit v1.2.3