chore: update meson build command

Signed-off-by: Matt Provost <mattprovost6@gmail.com>
This commit is contained in:
Matt Provost 2024-07-11 08:01:54 -05:00
parent 44f39ca0ce
commit 0dd6af5a7e
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ An Ubuntu PPA with more recent versions is available
```bash ```bash
$ git clone https://github.com/Alexays/Waybar $ git clone https://github.com/Alexays/Waybar
$ cd Waybar $ cd Waybar
$ meson build $ meson setup build
$ ninja -C build $ ninja -C build
$ ./build/waybar $ ./build/waybar
# If you want to install it # If you want to install it