diff options
author | Aylur <[email protected]> | 2024-10-15 11:55:53 +0000 |
---|---|---|
committer | Aylur <[email protected]> | 2024-10-15 11:55:53 +0000 |
commit | fe11c037bad45697451b7264ff93fa37f1fac78f (patch) | |
tree | e84ae7a0bb789e7764005259fe3485e3a3462c49 /docs/guide/libraries/battery.md | |
parent | dde50e333a237efb4ddaf522398dedf1a69999d1 (diff) |
docs: recommend /usr prefix by default
Diffstat (limited to 'docs/guide/libraries/battery.md')
-rw-r--r-- | docs/guide/libraries/battery.md | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/docs/guide/libraries/battery.md b/docs/guide/libraries/battery.md index b42d747..7f94297 100644 --- a/docs/guide/libraries/battery.md +++ b/docs/guide/libraries/battery.md @@ -37,21 +37,10 @@ cd astal/lib/battery 3. install ```sh -meson setup build -meson install -C build -``` - -:::tip -Most distros recommend manual installs in `/usr/local`, -which is what `meson` defaults to. If you want to install to `/usr` -instead which most package managers do, set the `prefix` option: - -```sh meson setup --prefix /usr build +meson install -C build ``` -::: - ## Usage You can browse the [Battery reference](https://aylur.github.io/libastal/battery). |