From 1ec011b7017e6d91be8502669ed5bc4b48f0a4cd Mon Sep 17 00:00:00 2001 From: DocMAX Date: Mon, 23 Dec 2024 03:08:49 +0100 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 008fc83..967f517 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,6 @@ winreaper: command to monitor and annotate a process tree like https://github.com/Plagman/reaper but for windows + +compile with: +x86_64-w64-mingw32-g++ -o winreaper.exe winreaper.cpp -D_UNICODE -DUNICODE -municode -static