mirror of
https://codeberg.org/dnkl/yambar.git
synced 2025-06-16 00:05:40 +02:00
Minor documentation update
This commit is contained in:
parent
89e74139f5
commit
14550440dd
4 changed files with 16 additions and 2 deletions
|
@ -87,6 +87,7 @@ Available modules:
|
|||
* mem
|
||||
* mpd
|
||||
* network
|
||||
* pipewire
|
||||
* pulse
|
||||
* removables
|
||||
* river
|
||||
|
@ -106,7 +107,7 @@ mkdir -p bld/release && cd bld/release
|
|||
Second, configure the build (if you intend to install it globally, you
|
||||
might also want `--prefix=/usr`):
|
||||
```sh
|
||||
meson --buildtype=release ../..
|
||||
meson setup --buildtype=release ..
|
||||
```
|
||||
|
||||
Optionally, explicitly disable a backend (or enable, if you want a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue