From b0557c9950ac85f5919c083a23b7210c48d59998 Mon Sep 17 00:00:00 2001 From: spirillen <44526987+spirillen@users.noreply.github.com> Date: Mon, 7 Aug 2023 20:26:55 +0000 Subject: [PATCH] moved a line --- content/en/admin/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/admin/install.md b/content/en/admin/install.md index c7f5be0b..54190c48 100644 --- a/content/en/admin/install.md +++ b/content/en/admin/install.md @@ -155,7 +155,6 @@ bundle config deployment 'true' bundle config without 'development test' bundle install -j$(getconf _NPROCESSORS_ONLN) yarn install --pure-lockfile -npx update-browserslist-db@latest ``` {{< hint style="info" >}} @@ -167,6 +166,7 @@ The two `bundle config` commands are only needed the first time you're installin Run the interactive setup wizard: ```bash +npx update-browserslist-db@latest RAILS_ENV=production bundle exec rake mastodon:setup ```