From e83df05d3a19aa2251deb5dbe427f2450216af37 Mon Sep 17 00:00:00 2001 From: ramzouille <48603083+buchtioof@users.noreply.github.com> Date: Wed, 18 Feb 2026 23:05:42 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3c75f15..97fce56 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,17 @@ the grabber companion, it sends computer informations in a json package then sen ## build -to use it, clone the git then use this command -`makeself ./alfred alfred.run ./alfred/alfred.sh` +to use it, clone the git\ +`git clone https://github.com/buchtioof/alfred.git` + +then use this command\ +`makeself ./alfred alfred.run ./alfred.sh` ## usage -run alfred with this command +run alfred with this command\ `./alfred.run "add ip:port of your server without double quotes ofc"` ## dependencies - inxi (lastest release) -- jq (1.8.1 tested) +- jq (1.8.1 tested / arm64 and x86_64 supported, more later) From 96aa9c3ade7c198a2903ccdb5d1a4e6daba271b8 Mon Sep 17 00:00:00 2001 From: ramzouille <48603083+buchtioof@users.noreply.github.com> Date: Wed, 18 Feb 2026 23:07:29 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 97fce56..483aff4 100644 --- a/README.md +++ b/README.md @@ -17,3 +17,6 @@ run alfred with this command\ ## dependencies - inxi (lastest release) - jq (1.8.1 tested / arm64 and x86_64 supported, more later) + +## credits +thanks to [inxi](https://github.com/smxi/inxi) and [jq](https://github.com/jqlang/jq)