From abb4484731c186138ac9a4a6bfdda7b7294dd8d2 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Mon, 2 Sep 2024 20:59:49 +0000 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9900163..cb31af3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,13 @@ This project is licensed under the GNU General Public License version 2 (GPL-2.0 ## installation -Clone the git repo. +Clone the git repo. Either run the agent with Go or build it and run the executable. + +Run it (for tests mainly): + +```bash +go run main.go +``` Build the agent: