X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e8e44dbb9f9ed0fbd058f017cf6b5d668282cd37..9299f8ca23d7cd7a1cb2f080bf6bd440140d3637:/INSTALL.md 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 \