From fa8bcf2230d1ee50f626e6cc07fefbbf2c1ede3a Mon Sep 17 00:00:00 2001 From: danielalexiuc Date: Mon, 12 Feb 2018 10:30:25 +1000 Subject: [PATCH] Include apt-get update as first step For the impatient! First time users following these steps may get an error like "Unable to locate package libsodium-dev" if apt-get update is not run first. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c57202ed7..6a12495f5 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,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 update sudo apt-get install -y autoconf automake build-essential git libtool libgmp-dev libsqlite3-dev python python3 net-tools libsodium-dev git clone https://github.com/ElementsProject/lightning.git cd lightning