Update manual build instructions

This commit is contained in:
scorpion-26 2023-03-11 00:46:02 +01:00 committed by GitHub
parent c2c38dcae7
commit 00caccc459
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,13 +19,9 @@ My personal blazingly fast and efficient status bar + widgets, in case anyone fi
*All optional dependencies enabled*
```
meson build --buildtype=release
meson setup build
```
*All optional dependencies are disabled*
```
meson build --buildtype=release -DWithHyprland=false -DWithNvidia=false -DWithBlueZ=false
```
4. Build and install
2. Build and install
```
ninja -C build && sudo ninja -C build install
```