mirror of
https://github.com/lightningnetwork/lnd.git
synced 2026-08-20 13:27:27 +02:00
fixed errant instruction command
This instruction did not get updated when the docker-compose file removed the `alice` service. This changes makes it work and is consistent with the previous instructions.
This commit is contained in:
parent
b2cb15184e
commit
cd3616edbb
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ The `Faucet` node address can be found at the [Faucet Lightning Community webpag
|
|||
|
||||
```bash
|
||||
# Run "Alice" container and log into it:
|
||||
$ docker-compose up -d "alice"; docker exec -i -t "alice" bash
|
||||
$ docker-compose run -d --name alice lnd_btc; docker exec -i -t "alice" bash
|
||||
|
||||
# Connect "Alice" to the "Faucet" node:
|
||||
alice$ lncli --network=testnet connect <faucet_identity_address>@<faucet_host>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue