Skip to content

Commit

Permalink
Update INSTALL.md
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
ClayShoaf committed Apr 6, 2022
1 parent 8ed6b70 commit 17903c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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:
Expand Down

0 comments on commit 17903c8

Please sign in to comment.