Update README.md

main
Yasen Pramatarov 2024-09-02 20:59:49 +00:00
parent 3404889071
commit abb4484731
1 changed files with 7 additions and 1 deletions

View File

@ -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: