From f27d32166141a3d64508330abd1eff09f43432b8 Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Sun, 12 Jul 2020 14:20:32 +0200 Subject: [PATCH] Update 13_1_Verifying_Your_Lightning_Setup.md --- 13_1_Verifying_Your_Lightning_Setup.md | 76 ++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) 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 <