From 501372c3ee2cd83d8697ff05d4668b108923b3e0 Mon Sep 17 00:00:00 2001 From: Debian Date: Thu, 4 Sep 2025 19:49:30 +0000 Subject: [PATCH] docs: align README with scripts relocation (use ./scripts/*) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 345d0c55..c79a13f8 100644 --- a/README.md +++ b/README.md @@ -182,13 +182,13 @@ L'infrastructure supporte un réseau mesh de relais avec : ```bash # Ajouter un nœud externe -./add_external_node.sh add external-relay-1 external-relay-1.example.com:8090 +./scripts/add_external_node.sh add external-relay-1 external-relay-1.example.com:8090 # Lister les nœuds configurés -./add_external_node.sh list +./scripts/add_external_node.sh list # Tester la connectivité -./add_external_node.sh test external-relay-1 +./scripts/add_external_node.sh test external-relay-1 ``` ### Configuration Externe