From b351384a5b613ac11910d71601d045876e4fd696 Mon Sep 17 00:00:00 2001 From: Alexander Barker Date: Fri, 19 Apr 2024 21:46:26 -0700 Subject: [PATCH] Fixing wrong path in the README.md compile instructions. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 220dbcaf..33e44322 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Prerequisites: ``` $ git clone https://github.com/kwhat/libuiohook -$ cd uiohook +$ cd libuiohook $ mkdir build && cd build $ cmake -S .. -D BUILD_SHARED_LIBS=ON -D BUILD_DEMO=ON -DCMAKE_INSTALL_PREFIX=../dist $ cmake --build . --parallel 2 --target install