From bdc21d4d32f1f962ba59dde3875cb7a0cf39bd97 Mon Sep 17 00:00:00 2001 From: Shannon Appelcline Date: Tue, 13 Oct 2020 09:22:00 -1000 Subject: [PATCH] reformatted variants --- 18_1_Verifying_Your_Lightning_Setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/18_1_Verifying_Your_Lightning_Setup.md b/18_1_Verifying_Your_Lightning_Setup.md index d5350f3..a51b4eb 100644 --- a/18_1_Verifying_Your_Lightning_Setup.md +++ b/18_1_Verifying_Your_Lightning_Setup.md @@ -252,7 +252,7 @@ Before you start playing with lightning, you should make sure that your aliases Continue "Understanding Your Lightning Setup" with [ยง18.2: Knowing Your Lightning Setup](18_2_Knowing_Your_lightning_Setup.md). -### Variant: Installing from Ubuntu ppa +## Variant: Installing from Ubuntu ppa If you are using a Ubuntu version other than Debian, you can install c-lightning using [Ubuntu ppa](https://launchpad.net/~lightningnetwork/+archive/ubuntu/ppa): @@ -262,7 +262,7 @@ $ sudo add-apt-repository -u ppa:lightningnetwork/ppa $ sudo apt-get install lightningd ``` -### Variant: Installing Pre-compiled Binaries +## Variant: Installing Pre-compiled Binaries Another method for installing Lightning is to use the precompiled binaries on the [Github repo](https://github.com/ElementsProject/lightning/releases). Choose the newest tarball, such as `clightning-v0.9.1-Ubuntu-20.04.tar.xz`.