X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/fb9219a52fdc3160358c4ffa8bbe26cd817b007c..3c7c3b1810975d9ee9501f80f4b06f7bd7b0b183:/INSTALL.md diff --git a/INSTALL.md b/INSTALL.md index b19ce4ffc..ea892ae29 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -33,7 +33,7 @@ These can be installed on Ubuntu 20.04 or later with: sudo apt-get update sudo apt-get install ruby2.7 libruby2.7 ruby2.7-dev \ libvips-dev libxml2-dev libxslt1-dev nodejs \ - apache2 apache2-dev build-essential git-core firefox-geckodriver \ + build-essential git-core firefox-geckodriver \ postgresql postgresql-contrib libpq-dev libsasl2-dev \ libffi-dev libgd-dev libarchive-dev libbz2-dev yarnpkg sudo gem2.7 install bundler @@ -137,7 +137,7 @@ bundle install We use [Yarn](https://yarnpkg.com/) to manage the Node.js modules required for the project. ``` -bundle exec rails yarn:install +bundle exec bin/yarn install ``` ## Prepare local settings file