diff --git a/13_1_Verifying_Your_Lightning_Setup.md b/13_1_Verifying_Your_Lightning_Setup.md index 8b13789..83e7a98 100644 --- a/13_1_Verifying_Your_Lightning_Setup.md +++ b/13_1_Verifying_Your_Lightning_Setup.md @@ -1 +1,77 @@ +# 13.1: Verifying Your Lightning Setup + +> :information_source: **NOTE:** This is a draft in progress, so that I can get some feedback from early reviewers. It is not yet ready for learning. + +Before you start playing with c-lightning, you should ensure that everything is setup correctly. + +## Create Your Aliases + +We suggest creating some aliases to make it easier to use c-lightning. + +You can do so by putting them in your `.bash_profile`. +``` +cat >> ~/.bash_profile <