README: Add ./configure to installation instructions

Now required, after changes in c49765553f
This commit is contained in:
Nadav Ivgi 2018-06-08 19:46:44 +03:00 committed by Christian Decker
parent 4e7fc99ae1
commit d9bd25cff8

View file

@ -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: