From 5a98d1bdf43cee866f6854aaf358b2b11a0b95ce Mon Sep 17 00:00:00 2001 From: Dusty Daemon Date: Tue, 12 Aug 2025 16:40:24 -0400 Subject: [PATCH] docs: Update the developer getting started guide Push the beginer to the more useful `fund_nodes` instead of `connect` Changelog-None --- doc/developers-guide/developers-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developers-guide/developers-guide.md b/doc/developers-guide/developers-guide.md index 2d42e0627..d86ba08b3 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: