From 43622bc761a792555e9007c355b20fb534972526 Mon Sep 17 00:00:00 2001 From: buchtioof <48603083+buchtioof@users.noreply.github.com> Date: Wed, 18 Feb 2026 22:36:14 +0100 Subject: [PATCH] update readme --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 56ef6dc..3c75f15 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,15 @@ # alfred -the grabber companion, it sends computer informations in a json package then send it to the server (grabber) +the grabber companion, it sends computer informations in a json package then send it to the server (grabber), need the server to be listening for the response. + +## build + +to use it, clone the git then use this command +`makeself ./alfred alfred.run ./alfred/alfred.sh` ## usage -to use it, clone the git then use this command - -`makeself ./alfred alfred.run ./alfred/alfred.sh` +run alfred with this command +`./alfred.run "add ip:port of your server without double quotes ofc"` ## dependencies - inxi (lastest release)