From 4673ba6a0ad3c2b9712d8b2292257883c5d4d99e Mon Sep 17 00:00:00 2001 From: BT Date: Sun, 22 Apr 2018 17:10:09 +0700 Subject: [PATCH] Add in sudo apt-get update into ubuntu Add in sudo apt-get update into ubuntu instructions because sometimes the process fails if not updated --- doc/INSTALL.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 77fc52e18..9f91db72e 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -31,6 +31,7 @@ OS version: Ubuntu 15.10 or above Get dependencies: + 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