From 0865c9f012c50017ed6697cab0218163775029ef Mon Sep 17 00:00:00 2001 From: practicalswift Date: Fri, 5 Jan 2018 17:11:03 +0100 Subject: [PATCH] Make README.md install instructions consistent with doc/INSTALL.md * Remove python2 dependency. * Add net-tools dependency. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 59b070e23..d778c4a54 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Please refer to the [installation documentation](doc/INSTALL.md) for detailed in For the impatient here's the gist of it for Ubuntu and Debian: ``` -sudo apt-get install -y autoconf git build-essential libtool libgmp-dev libsqlite3-dev python python3 +sudo apt-get install -y autoconf build-essential git libtool libgmp-dev libsqlite3-dev python3 net-tools git clone https://github.com/ElementsProject/lightning.git cd lightning make