From 17903c89f29f23a6c12f7dfcad196263a0e01b3d Mon Sep 17 00:00:00 2001 From: Clay Shoaf <31578812+ClayShoaf@users.noreply.github.com> Date: Tue, 5 Apr 2022 21:36:08 -0400 Subject: [PATCH] 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. --- doc/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 42c994259..34620791e 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -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: