From 72f9cd91a519034b592fc3069da1e764776a203b Mon Sep 17 00:00:00 2001 From: Tobias Predel Date: Tue, 3 Sep 2024 00:22:33 +0200 Subject: [PATCH] Refine INSTALL file (#3615) Update INSTALL file CMake can also abstract the install procedure from the underlying Makefile --- INSTALL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index bbcad9a4e..2b3c8da21 100644 --- a/INSTALL +++ b/INSTALL @@ -33,7 +33,7 @@ Briefly, these shell commands will unpack, build and install Taskwarrior: $ cd task-X.Y.Z [2] $ cmake -S . -B build -DCMAKE_BUILD_TYPE=Release . [3] $ cmake --build build [4] - $ sudo make -C build install [5] + $ sudo cmake --install build [5] $ cd .. ; rm -r task-X.Y.Z [6] These commands are explained below: