From 08573fbc4b60a1c4d6e9ed0fbe11b3fc9bd25366 Mon Sep 17 00:00:00 2001 From: lambrosini Date: Wed, 25 Sep 2019 14:52:54 +0200 Subject: [PATCH] Clone the repository before than installing requirements, which are specified in the repository --- doc/INSTALL.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index e9e160882..d2e39a6f5 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -47,15 +47,15 @@ as well: sudo apt-get update sudo apt-get install -y bitcoind -For development or running tests, get additional dependencies: - - sudo apt-get install -y valgrind python3-pip - sudo pip3 install -r tests/requirements.txt -r doc/requirements.txt - Clone lightning: git clone https://github.com/ElementsProject/lightning.git cd lightning + +For development or running tests, get additional dependencies: + + sudo apt-get install -y valgrind python3-pip + sudo pip3 install -r tests/requirements.txt -r doc/requirements.txt Build lightning: