From 5357a6f02d1f8f58828ef8a7705f50a9bb9c7447 Mon Sep 17 00:00:00 2001 From: practicalswift Date: Thu, 18 Jan 2018 17:25:29 +0100 Subject: [PATCH] Sync dependencies between README.md and doc/INSTALL.md Before this patch: ``` $ diff -u <(egrep 'sudo apt-get install .*git' README.md) <(egrep 'sudo apt-get install .*git' doc/INSTALL.md) --- /dev/fd/63 2018-01-18 17:26:34.330464546 +0100 +++ /dev/fd/62 2018-01-18 17:26:34.330464546 +0100 @@ -1 +1 @@ -sudo apt-get install -y autoconf build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools +sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools $ ``` After this patch: ``` $ diff -u <(egrep 'sudo apt-get install .*git' README.md) <(egrep 'sudo apt-get install .*git' doc/INSTALL.md) $ ``` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5fcb8c61..c81530281 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 build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools +sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools git clone https://github.com/ElementsProject/lightning.git cd lightning make