docs: Clear up Ubutu documentation

People who copy paste the commands might not realize this chunk is not copy paste-able.
This commit is contained in:
Dustin Dettmer
2022-08-30 17:20:49 -05:00
committed by neil saitug
parent cde93ab703
commit 9de458b23b

View File

@@ -88,6 +88,9 @@ To build core lightning for development purpose you can use the following comman
pip3 install poetry pip3 install poetry
poetry shell poetry shell
This will put you in a new shell to enter the following commands:
poetry install poetry install
./configure --enable-developer ./configure --enable-developer
make make