mirror of
https://github.com/linux-speakup/espeakup.git
synced 2026-08-09 09:19:09 +02:00
Fix deprecated Meson setup command warning in README (#61)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: alex19EP <4889846+alex19EP@users.noreply.github.com>
This commit is contained in:
parent
fa848f509e
commit
dc1f1b9efa
1 changed files with 1 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ espeakup yet, espeakup just uses meson, so you should be able to
|
||||||
change to the source directory, then type:
|
change to the source directory, then type:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
meson . ./build
|
meson setup . ./build
|
||||||
cd ./build
|
cd ./build
|
||||||
ninja
|
ninja
|
||||||
sudo ninja install
|
sudo ninja install
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue