docs: align README with scripts relocation (use ./scripts/*)
Some checks failed
CI - 4NK_node / Integration Tests (push) Failing after 13s
CI - 4NK_node / Docker Build & Test (push) Failing after 10s
CI - 4NK_node / Documentation Tests (push) Failing after 3s
CI - 4NK_node / Security Audit (push) Successful in 3s
CI - 4NK_node / Release Guard (push) Has been skipped
CI - 4NK_node / Performance Tests (push) Successful in 28s
CI - 4NK_node / Code Quality (push) Failing after 29s
CI - 4NK_node / Unit Tests (push) Failing after 29s
CI - 4NK_node / Security Tests (push) Failing after 27s
CI - 4NK_node / Notify (push) Failing after 2s
CI - 4NK_node / Publish Release (push) Has been skipped

This commit is contained in:
Debian 2025-09-04 19:49:30 +00:00
parent 43628b6ebc
commit 501372c3ee

View File

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