forked from external/yambar
fixed meson setup directory on readme
Signed-off-by: rdbo <rdbo@noreply.codeberg.org>
This commit is contained in:
parent
cdee55afed
commit
26bf62a899
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ mkdir -p bld/release && cd bld/release
|
||||||
Second, configure the build (if you intend to install it globally, you
|
Second, configure the build (if you intend to install it globally, you
|
||||||
might also want `--prefix=/usr`):
|
might also want `--prefix=/usr`):
|
||||||
```sh
|
```sh
|
||||||
meson setup --buildtype=release ..
|
meson setup --buildtype=release ../..
|
||||||
```
|
```
|
||||||
|
|
||||||
Optionally, explicitly disable a backend (or enable, if you want a
|
Optionally, explicitly disable a backend (or enable, if you want a
|
||||||
|
|
Loading…
Add table
Reference in a new issue