mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-21 22:11:41 +01:00
docs: fix tutorial link in INSTALL.md
This commit is contained in:
parent
de6e511539
commit
a3a02495fe
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --neutrino.active --ne
|
|||
If you are on testnet, run this command after `btcd` has finished syncing.
|
||||
Otherwise, replace `--bitcoin.testnet` with `--bitcoin.simnet`. If you
|
||||
installing `lnd` in preparation for the
|
||||
[tutorial](//dev.lightning.community/tutorial), you may skip this step.
|
||||
[tutorial](http://dev.lightning.community/tutorial), you may skip this step.
|
||||
```
|
||||
lnd --bitcoin.active --bitcoin.testnet --debuglevel=debug --bitcoin.rpcuser=kek --bitcoin.rpcpass=kek --externalip=X.X.X.X
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue