docs: Update the developer getting started guide
What changed, and why it matters
This commit is a documentation-only change. It updates the developer getting-started guide to recommend a different helper command (`fund_nodes` instead of `connect`) when setting up a local test environment. There is no code change and no security relevance.
No security action needed. Treat as a routine documentation update.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies a single Markdown file (doc/developers-guide/developers-guide.md). It replaces the instruction to run connect 1 2 with an instruction to run fund_nodes, which both connects and funds test nodes. No source code, build scripts, tests, or configuration files were changed.
Changed components
doc/developers-guide/developers-guide.mdInspect captured patch +2 / −2
diff --git a/doc/developers-guide/developers-guide.md b/doc/developers-guide/developers-guide.md
index 2d42e062..d86ba08b 100644
--- a/doc/developers-guide/developers-guide.md
+++ b/doc/developers-guide/developers-guide.md
@@ -28,10 +28,10 @@ Start up the nodeset:
start_ln 3
```
-Connect the nodes. The `connect a b` command connects node a to b:
+Connects all nodes with channels, in a row, and funds them:
```shell
-connect 1 2
+fund_nodes
```
When you're finished, stop:
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.