From 9299f8ca23d7cd7a1cb2f080bf6bd440140d3637 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 3 Jul 2019 17:59:14 +0100 Subject: [PATCH] Include bundler in packages to install on Ubuntu --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index d0640aa12..c79e365a5 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -27,7 +27,7 @@ of packages required before you can get the various gems installed. These can be installed on Ubuntu 16.04 or later with: ``` -sudo apt-get install ruby2.5 libruby2.5 ruby2.5-dev \ +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 \ postgresql postgresql-contrib libpq-dev postgresql-server-dev-all \ -- 2.43.2