Update INSTALL.md

changed `make` to `poetry run make`.
Also moved the spot where `poetry install` is run as it wouldn't make sense to run it before the project is cloned.
This commit is contained in:
Clay Shoaf
2022-04-05 21:36:08 -04:00
committed by GitHub
parent 8ed6b7050b
commit 17903c89f2

View File

@@ -41,7 +41,6 @@ Get dependencies:
python3 python3-pip net-tools zlib1g-dev libsodium-dev gettext
pip3 install --upgrade pip
pip3 install --user poetry
poetry install
If you don't have Bitcoin installed locally you'll need to install that
as well. It's now available via [snapd](https://snapcraft.io/bitcoin-core).
@@ -64,8 +63,9 @@ For development or running tests, get additional dependencies:
Build lightning:
poetry install
./configure
make
poetry run make
sudo make install
Running lightning: