From f39ea70083b8556c7bf6e9a4b682ebb2cab9eb01 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Wed, 3 Jul 2019 20:47:07 +0100 Subject: [PATCH] Ubuntu 18.04 is now required. Add apt-get update --- INSTALL.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index c79e365a5..fafeb0000 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,9 +24,10 @@ of packages required before you can get the various gems installed. * Bundler * Javascript Runtime -These can be installed on Ubuntu 16.04 or later with: +These can be installed on Ubuntu 18.04 or later with: ``` +sudo apt-get update sudo apt-get install ruby2.5 libruby2.5 ruby2.5-dev bundler \ libmagickwand-dev libxml2-dev libxslt1-dev nodejs \ apache2 apache2-dev build-essential git-core \ -- 2.43.2