From b12787e5c03e64c5d583ef94df966796078b0456 Mon Sep 17 00:00:00 2001 From: Roby Date: Sun, 26 Apr 2026 16:19:06 +0200 Subject: [PATCH] update README & install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaf8dc3..ae242df 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To enable full functionality, you must configure these three files: #### 1. Clone the Repository Clone the agent into `/opt` to ensure path consistency: ```bash -sudo git clone [https://git.arifvg.it/iv3jdv/fleet-control-agent.git](https://git.arifvg.it/iv3jdv/fleet-control-agent.git) /opt/fleet-control-agent +sudo git clone https://git.arifvg.it/iv3jdv/fleet-control-agent.git /opt/fleet-control-agent cd /opt/fleet-control-agent ```