mirror of
https://github.com/ChristopherA/Learning-Bitcoin-from-the-Command-Line.git
synced 2025-06-08 16:36:32 +00:00
Update 13_1_Verifying_Your_Lightning_Setup.md
This commit is contained in:
parent
30eb2dc5e3
commit
e5b47ce6e8
@ -12,7 +12,7 @@ We suggest creating some aliases to make it easier to use c-lightning.
|
|||||||
You can do so by putting them in your `.bash_profile`.
|
You can do so by putting them in your `.bash_profile`.
|
||||||
```
|
```
|
||||||
cat >> ~/.bash_profile <<EOF
|
cat >> ~/.bash_profile <<EOF
|
||||||
alias lndir="cd ~/.lightningn/" #linux default c-lightning path
|
alias lndir="cd ~/.lightning/" #linux default c-lightning path
|
||||||
alias lnc="lightning-cli"
|
alias lnc="lightning-cli"
|
||||||
alias lnd="lightningd"
|
alias lnd="lightningd"
|
||||||
alias lninfo='lightning-cli getinfo'
|
alias lninfo='lightning-cli getinfo'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user