From: Grant Slater Date: Wed, 3 Jul 2019 19:47:07 +0000 (+0100) Subject: Ubuntu 18.04 is now required. Add apt-get update X-Git-Tag: live~2607 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/f39ea70083b8556c7bf6e9a4b682ebb2cab9eb01?ds=sidebyside Ubuntu 18.04 is now required. Add apt-get update --- 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 \