From f7430245fd12d6b4c52be2af09b4975c1b825532 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Wed, 11 Jun 2025 23:21:14 +0200 Subject: [PATCH] Updated README --- README.org | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index e7b7e7b..fcb78ba 100644 --- a/README.org +++ b/README.org @@ -48,9 +48,23 @@ A simple program to toggle tiling and floating modes for windows in the Hyprland git clone https://typofelho.ddns.net/TypoMustakes/hyprland-toggle-tiling.git #+END_SRC -2. Build the projects: +2. Enter project directory: + #+BEGIN_SRC shell + cd hyprland-toggle-tiling/ + #+END_SRC + +3. Create build directory: + #+BEGIN_SRC shell + cmake -S . -B build/ + #+END_SRC + +4. Enter build directory: #+BEGIN_SRC shell cd build/ + #+END_SRC + +5. Build the projects: + #+BEGIN_SRC shell cmake --build . #+END_SRC