From 9de458b23b5b761cb98307f62c5fa8fceea1e55c Mon Sep 17 00:00:00 2001 From: Dustin Dettmer Date: Tue, 30 Aug 2022 17:20:49 -0500 Subject: [PATCH] docs: Clear up Ubutu documentation People who copy paste the commands might not realize this chunk is not copy paste-able. --- doc/INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 53bec336b..4f8169433 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -88,6 +88,9 @@ To build core lightning for development purpose you can use the following comman pip3 install poetry poetry shell + +This will put you in a new shell to enter the following commands: + poetry install ./configure --enable-developer make