From 813d17852155f5fa8ffb8373e9ab3b1b43e6e12c Mon Sep 17 00:00:00 2001 From: synt-xerror <169557594+synt-xerror@users.noreply.github.com> Date: Fri, 13 Feb 2026 10:56:35 -0300 Subject: [PATCH] Adding new instructions to REAME --- README.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index 152440d..bbb4396 100644 --- a/README.txt +++ b/README.txt @@ -6,8 +6,11 @@ how to use: 1. clone this repo 2. cd to the repo directory -3. run 'make' -4. then run ./task +3. run "make" +4. run "make install" +5. then run "task" + +6. to clean, run "make clean" commands: ---------