From 00caccc459d026caf10fffdf28ea2bd8a550fe57 Mon Sep 17 00:00:00 2001 From: scorpion-26 Date: Sat, 11 Mar 2023 00:46:02 +0100 Subject: [PATCH] Update manual build instructions --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d88065..3598689 100644 --- a/README.md +++ b/README.md @@ -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 ```