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
1 changed files with 3 additions and 0 deletions

View File

@ -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