From d9bd25cff87ea4f1184e0c6262d7f1cee829ff25 Mon Sep 17 00:00:00 2001 From: Nadav Ivgi Date: Fri, 8 Jun 2018 19:46:44 +0300 Subject: [PATCH] README: Add ./configure to installation instructions Now required, after changes in https://github.com/ElementsProject/lightning/commit/c49765553ffc352e678684703c513351d418969e --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f8066d23..fba42febe 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,7 @@ For the impatient here's the gist of it for Ubuntu and Debian: libsqlite3-dev python python3 net-tools zlib1g-dev git clone https://github.com/ElementsProject/lightning.git cd lightning + ./configure make Or if you like to throw `docker` into the mix: