Merge pull request #3393 from wroscoe/patch-1

fixed 1-line errant docker-compose command in instructions
This commit is contained in:
Johan T. Halseth 2019-09-25 15:28:48 +02:00 committed by GitHub
commit e5f0b8e793
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -307,7 +307,7 @@ The `Faucet` node address can be found at the [Faucet Lightning Community webpag
```bash ```bash
# Run "Alice" container and log into it: # 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: # Connect "Alice" to the "Faucet" node:
alice$ lncli --network=testnet connect <faucet_identity_address>@<faucet_host> alice$ lncli --network=testnet connect <faucet_identity_address>@<faucet_host>