Update 13_1_Verifying_Your_Lightning_Setup.md

This commit is contained in:
Javier Vargas 2020-07-12 14:22:14 +02:00 committed by GitHub
parent 30eb2dc5e3
commit e5b47ce6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'