aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/installation/releases_en.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md
index e8bdf007d..7f53aedb8 100644
--- a/docs/installation/releases_en.md
+++ b/docs/installation/releases_en.md
@@ -112,10 +112,6 @@ su pleroma -s $SHELL -lc "./bin/pleroma_ctl instance gen --output /etc/pleroma/c
# Create the postgres database
su postgres -s $SHELL -lc "psql -f /tmp/setup_db.psql"
-# If you have installed RUM indexes add
-# `config :pleroma, :database, rum_enabled: true`
-# to the end of /etc/pleroma/config.exs before proceeding
-
# Create the database schema
su pleroma -s $SHELL -lc "./bin/pleroma_ctl migrate"